
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
#table_list  {
font-family: 'Roboto', sans-serif;
font-size: 11pt;

}
@font-face {
    font-family: 'c39hrp48dhtt';
    src: url(/fonts/c39hrp48dhtt.ttf);
}

#barcoode39 {
    font-family: "c39hrp48dhtt";
    font-size: 96px;
}
@font-face {
    font-family: 'Code-128';
    src: url(/fonts/code128.ttf);
}

#barcoode128 {
    font-family: 'Code-128';
    font-size: 96px;
}
@font-face {
    font-family: 'EanGnivc';
    src: url(/fonts/EanGnivc.ttf);
}

#barcoodeEan {
    font-family: 'EanGnivc';
    font-size: 96px;
}
.bd-placeholder-img {
       font-size: 1.125rem;
       text-anchor: middle;
       -webkit-user-select: none;
       -moz-user-select: none;
       user-select: none;
     }

     @media (min-width: 768px) {
       .bd-placeholder-img-lg {
         font-size: 3.5rem;
       }
     }

     body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.static {
  cursor: not-allowed;
}
.draggable {
  cursor: move;
}
.table_call_h{
  background-color: #8b9fc9;
  border-right: #aabce0 1px solid;
  text-align: center;
  font: 300 17px/49px Open sans;
  color: #fff;
}
.bg-purpur {
  background: #6147A9;
}
#page-preloader {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0.6;
background: white;
z-index: 100500;
}

#page-preloader .spinner {
width: 100px;
height: 100px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;

border: 16px solid #f3f3f3;
border-top: 16px solid rgba(0,0,0, .5);
border-radius: 50%;
animation: spin 2s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.tags_panel {
width: 1156px;
height: 40px;
background: #FFFFFF;
border-radius: 10px;
padding: 10px;
}
.input-group-append .btn {
           border-radius: 0 0.375rem 0.375rem 0;
       }
       .spinner-border-sm {
           width: 1rem;
           height: 1rem;
       }
       .btn-ai {
           background-color: #6f42c1;
           border-color: #6f42c1;
           color: white;
       }
       .btn-ai:hover {
           background-color: #5a359c;
           border-color: #5a359c;
           color: white;
       }
