.text,
.warning {
  font-size: 14px;
  margin-top: 12px
}

.dialog,
.text,
.warning {
  font-family: var(--font);
  user-select: none;
  user-select: none
}

:root {
  --line-light: rgb(164, 164, 164);
  --border-color: #bcbcbc;
  --border-color-dark: #595959;
  --dark: #444444;
  --tam: 25px;
  --bg-texts: rgb(248, 248, 248);
  --bg-light: rgb(255, 255, 255);
  --bg-light-hover: rgb(240, 248, 255);
  --bg-light-transp: rgba(243, 243, 243, 0.938);
  --bg-medium: rgb(202, 234, 255);
  --bg-dark: rgb(46, 196, 255);
  --bg-dark-hover: rgb(92, 209, 255);
  --bg-linear-1:linear-gradient(-0.5deg, #a38cff, #00b7ff); 
  --box-shadow: #7f7f7f3f;
  --btn-light: #00b7ff;
  --btn-dark: #00aaff;
  --btn-delete: #ff6a6a;
  --btn-important: #0058ff;
  --font: system-ui;
  --font-size-p: 13px;
  --font-size-m: 18px;
  --text-color: #475569;
  --font-size-g: 26px;
  --x-display: #ffe298;
  --footer-color: #f8fafc;
  --th-color: var(--bg-light-hover)
}

@media only screen and (min-width:600px) {

  .container,
  .container-g {
    background: #ffffffcc !important
  }

  body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important
  }

  .icon {
    height: 65% !important;
    width: auto !important
  }

  .container,
  .responsive-width {
    width: 70% !important
  }

  .container-g {
    width: calc(95% - 0px) !important
  }

  .login-form {
    width: 350px !important
  }

  .dialog {
    width: 300px !important
  }
}

@media only screen and (max-width:600px)
{
    .dialog-container-center
    {
        top: 10%;
        width: 90% !important;
        transform: none;
        left: calc(5% - 0px);
    }
}

.dialog-container-center
{
    font-family: var(--font);
    color: var(--dark);
    font-size: 15px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    position: fixed;
    width: 330px;
    left: 50%;
    z-index: 1000;
    border-radius: 5px;
    background: #fff;
    height: max-content;
    text-align: center;
    top: calc(40% - 120px);
    user-select: none;
    box-shadow: 0 0 0 2000px #29292943;
    transition: 0.5s;
    top: 50%;
    transform: translate(-50%, calc(-50% - 40px));
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px !important
}

.form-1 {
  width: 95% !important
}

.t-just
{
  text-align: justify;
}

.responsive-width {
  width: 95%
}

.warning {
  margin-left: 20px;
  color: red
}

.text {
  margin-left: 2px;
  color: var(--text-color)
}

.validation-error {
  text-align: left;
  height: 30px;
  color: red;
  padding: 5px;
  font-size: var(--font-p)
}

.dialog,
.edit {
  color: var(--dark)
}

.img-icon {
  height: 75px;
  border-radius: 3px;
  width: auto
}

.beautiful-box {
  border-radius: 3px;
  border: solid 1px var(--border-color);
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px
}

.t-center {
  text-align: center !important
}

.price-mask {
  text-align: left !important;
  white-space: nowrap
}

.col
{   
    display: flex;
    flex-direction: column !important;
}


.row-m-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container,
.container-g {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  background: #ffffffeb;
  border-radius: 5px !important;
  padding: 12px 12px 30px;
  border: .5px solid #ababab
}

#container,
.background,
select {
  background: var(--bg-light)
}

.background {
  border-radius: 3px;
  box-shadow: 0 0 5px 5px var(--bg-light);
}

.btn-delete {
  background: var(--btn-delete);
}

.btn-delete:hover {
  background: #ee6161
}

.btn-light-blue {
  background: #3939ffbf;
  width: 25% !important
}

.dialog,
.login-form {
  display: flex;
  background: #fff
}

.btn-light-blue:hover {
  background: #1010ffbf
}

.dialog {
  font-size: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 1000;
  border-radius: 5px;
  padding: 8px;
  width: 80%;
  min-height: 120px;
  height: auto;
  text-align: center;
  top: calc(50% - 120px);
  box-shadow: 0 0 0 2000px #79797963
}

.p5 {
  padding: 5px !important
}

.p10 {
  padding: 10px !important
}

.edit {
  width: 20px;
  height: 20px
}

.w100p
{
  width: 100%
}

select 
{
  width: 100%
}

.a-btn,
button {
  height: 35px;
  font-size: 13px;
  margin: 2px
}

.edit:hover {
  color: #000;
  transition: .2s;
  width: 25px;
  height: 25px
}

.edit:active {
  width: 23px;
  height: 23px
}

.login-form {
  width: 100%;
  flex-direction: column
}

.a-btn,
.description {
  text-align: center;
  justify-content: center;
  display: flex
}

.a-btn,
.btn,
button {
  background: var(--btn-light);
  color: #fff;
  font-family: var(--font);
  cursor: pointer;
  font-weight: 700;
}

.bold
{
  font-weight: 700;
}

button {
  border: none;
  border-radius: 3px
}

.a-btn {
  border: none;
  border-radius: 4px;
  align-items: center
}

#container,
.mb-1 {
  margin-bottom: 10px
}

a {
  text-decoration: none;
  display: flex
}

.btn {
  border-radius: 4px
}

.btn:active {
  background: var(--btn-dark) !important
}

input {
  border: solid 1px var(--line-light);
  font-family: var(--font);
  height: 28px;
  color: #000;
  font-size: var(--font-size-p);
  border-radius: 3px;
  padding-left: 10px;
  background-color: var(--bg-light)
}

.legends,
select {
  color: var(--dark);
  font-size: var(--font-size-p);
  user-select: none;
  font-family: var(--font);
  cursor: pointer;
}

input:hover,
select:hover {
  border: solid 1px var(--border-color)
}

input[type=date]
{
  cursor: pointer;
}

input[type=checkbox] {
  height: 20px !important;
  width: 20px !important;
  cursor: pointer;
}

button:hover{
  background: var(--btn-dark)
}

button:active {
  background: var(--btn-dark)
}

select {
  border: solid 1px var(--line-light);
  display: flex;
  height: 31.5px !important;
  text-align: start;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 8px
}

.bb,
.bt {
  border-radius: 0 !important
}

.ml-2 {
  margin-left: 20px !important
}

.ml-1 {
  margin-left: 10px !important
}

.ml-4 {
  margin-left: 40px
}

.mr-1 {
  margin-right: 10px !important
}

.mr-2 {
  margin-right: 20px !important
}

.m10 {
  margin: 10px
}

.m3 {
  margin: 3px
}

.m5 {
  margin: 5px
}

.mt-1 {
  margin-top: 10px
}

.mt-2 {
  margin-top: 20px
}

.mt-3 {
  margin-top: 30px
}

.mt-4 {
  margin-top: 40px
}

.mb-2 {
  margin-bottom: 20px
}

.mb-4 {
  margin-bottom: 40px
}

.pb-2 {
  padding-bottom: 20px !important
}

.pt-2 {
  padding-top: 20px !important
}

.pb-1 {
  padding-bottom: 10px !important
}

.pt-1 {
  padding-top: 10px !important
}

.pl-1 {
  padding-left: 10px !important
}

.pl-2 {
  padding-left: 20px
}

.pr-1 {
  padding-right: 10px
}

.pr-2 {
  padding-right: 20px
}

.bb {
  border-bottom: 1px solid #d3d3d3
}

.bt {
  border-top: 1px solid #d3d3d3
}

.w98p {
  width: 98%
}

.w50p {
  width: 50%
}

.price {
  font-family: var(--font);
  font-weight: 500;
  font-size: var(--font-size-m);
  color: #187018 !important;
  user-select: none
}

.description,
.discount {
  color: #414c59;
  font-family: var(--font);
  user-select: none
}

.discount {
  font-size: 11pt;
  text-decoration: line-through
}

.description {
  font-size: var(--font-size-p);
  background: var(--bg-texts);
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 90% !important;
  min-height: 40px
}

.price-large {
  font-family: var(--font);
  font-weight: 700;
  font-size: var(--font-size-g);
  color: #0c450c;
  user-select: none
}

.font-p {
  font-family: var(--font);
  font-size: var(--font-size-p);
  line-height: calc(var(--font-size-p) + 2px);
  user-select: none
}

.font-m {
  font-family: var(--font);
  font-size: var(--font-size-m);
  line-height: calc(var(--font-size-m) + 2px);
  user-select: none
}

.font-g {
  font-family: var(--font);
  font-size: var(--font-size-g);
  line-height: calc(var(--font-size-g) + 2px);
  user-select: none
}

.icon {
  box-shadow: 0 0 3px 3px var(--bg-light-hover);
  border-radius: 3px;
  height: 90px
}

::-webkit-scrollbar {
  background: 0 0;
  width: 3px;
  height: 3px;
  display: block
}

::-webkit-scrollbar-track {
  margin: 8px
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #6666;
  -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:horizontal {
  background-color: #6666;
  -webkit-border-radius: 6px
}

* {
  scrollbar-width: none !important;
  scrollbar-color: grey transparent
}

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

.just-left {
  display: flex;
  justify-content: left;
  align-items: center
}

.row {
  display: flex;
  flex-direction: row
}

#loading,.loading {
  border: 8px solid rgba(153, 153, 153, .3);
  border-top: 8px solid var(--btn-light);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: 1.4s linear infinite spin;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

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

.j-start {
  display: flex;
  justify-content: start !important
}

.j-between {
  display: flex;
  justify-content: space-between !important
}

.j-end {
  display: flex;
  justify-content: end !important
}

.pointer
{
  cursor: pointer;
}

#container {
  display: flex;
  user-select: none;
  border-radius: 2px !important;
  padding: 7px;
  box-shadow: 0px 0px 4px 1px var(--box-shadow) !important;
  margin-left: 231px;
  margin-top: 6px;
  transition: .2s;
  z-index: 1;
  min-height: calc(100vh - 30px);
  justify-content: start;
  align-items: flex-start;
}

.tabulator {
  border-radius: 3px;
  width: 100%;
  font-family: var(--font);
  color: var(--text-color);
  transform: none;
  background-color: var(--bg-light) !important
}

.tabulator-cell,
.tabulator-col {
  font-family: var(--font) !important
}

.tabulator-cell,
.tabulator-col,
.tabulator-responsive-collapse {
  color: var(--text-color) !important
}

.tabulator-col {
  border-left: solid var(--border-color) 1px !important;
  text-align: left !important;
  background-color: var(--th-color) !important;
  padding: 10px 10px 10px 15px !important;
  user-select: none !important;
  font-size: 14px !important;
  font-weight: 100 !important;
  transform: none !important;
  border-bottom: none
}

.tabulator-header {
  transform: none;
  border-bottom: none !important
}

.tabulator-row {
  transform: none;
  background-color: var(--bg-light) !important
}

.tabulator-row:hover {
  transform: none;
  background-color: var(--bg-medium) !important
}

.tabulator-row-even {
  background-color: var(--bg-light-hover) !important
}

.tabulator-cell {
  border-top: 1px var(--border-color) solid !important;
  transition: .5s !important;
  font-size: 13px !important;
  vertical-align: center !important;
  text-align: start;
  transform: none
}

.tabulator-responsive-collapse {
  transform: none
}

.tabulator-page {
  transform: none;
  color: #555 !important
}

.tabulator-page-size {
  width: 80px;
  transform: none
}

.tabulator-footer {
  background-color: var(--th-color) !important;
  margin-top: 2px !important
}

.info-left {
  width: max-content;
  position: relative
}

.info-left::before {
  content: attr(info);
  font-size: 10px;
  background: #ffffd9;
  border: 1px solid var(--line-light);
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  right: calc(100% + 10px);
  top: -5px;
  opacity: 0;
  width: 150px;
  user-select: none;
  pointer-events: none;
  z-index: 100;
  line-height: normal;
}

.info-left:hover::before {
  opacity: 1 !important
}

.info-right {
  width: max-content;
  position: relative
}

.info-right::before {
  content: attr(info);
  font-size: 10px;
  background: #ffffd9;
  border: 1px solid var(--line-light);
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  left: calc(100% + 10px);
  top: -5px;
  opacity: 0;
  width: 150px;
  user-select: none;
  pointer-events: none;
  z-index: 100;
  line-height: normal;
}

.info-right:hover::before {
  opacity: 1 !important
}

@media only screen and (max-width:600px) {
  .maker-display {
    grid-template-columns: none !important
  }

  .max-width-260 {
    max-width: 100% !important
  }

  .w50p {
    width: 100% !important
  }

  .eye
  {
    margin-top: 3px;
  }
}

.eye
{
    color:#565656;
    border-radius: 5px;
}

.max-width-260 {
  max-width: 260px
}

.p-event-none
{
    pointer-events: none;
}

.p-event-auto
{
    pointer-events: auto !important;
}

.maker-display {
  box-shadow: 0px 1px 3px 1px var(--box-shadow);
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  grid-column-gap: 2%;
  grid-row-gap: 30px;
  background: var(--bg-light);
  border-radius: 3px;
  padding: 10px;
  font-family: var(--font);
  color: var(--text-color);
  width: calc(100% - 22px);
  margin-top: 10px
}

.box-shadow
{
  box-shadow: 0px 1px 3px 1px var(--box-shadow);
}

.table-row {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  background: var(--bg-light);
  border-radius: 3px;
  padding: 10px;
  font-family: var(--font);
  color: var(--text-color);
  width: calc(100% - 22px);
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}

.table-item
{
  padding: 10px;
  width: 15%;
  min-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.div-btn
{
    padding: 5px;
    border-radius: 2px;
    margin: 2px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    z-index: 5;
    color: white;
    font-weight: bold;
    background: #00aaff;
    margin: 6px;
    height: 18px;
    margin-top: 0;
    cursor: pointer;
    margin-left: 10px;
}
.div-btn:hover
{
    background: blue;
}
.second-panel
{
    height: calc(100% - 8px);
    width: 30% !important;
    border-radius: 2px !important;
    padding-bottom: 7px;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-left: 8px;
}

.second-panel-scroll
{
    width: 100%;
    height: 100%;
}

#livewire-error
{
    top: 0px !important;
}

em
{
    width: 200px;
    font-size: 12px;
    color: red;
}