body {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    -ms-text-size-adjust: 200%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  input, button, select, textarea,div, table {
   font-family: Inter;
   font-size: 16px;
   font-weight: 600;
   -ms-text-size-adjust: 200%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
     }

.form-control {
    font-family: Inter;
   font-size: 16px;
   font-weight: 600;
   -ms-text-size-adjust: 200%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
     }

 table.dataTable tbody td {
   padding: 4px 8px;
   font-size: 1.3em;
   font-weight: 400;
 }

 a.list-group-item {
   color: #2f4472;
   font-size: 16dpx;
   font-weight: 600;
   padding: 10px 20px;
   height: auto;

 }

.dataTables_scrollHead {
  position: sticky !important;
  top: 0px;
  z-index: 99;
  border-radius: .35rem;
}


table .table{

    font-size: 14px !important;
}

.menu-vertical .menu-item .menu-link, .menu-vertical .menu-block {
    padding: 0.325rem 1rem;
}

.menu-horizontal .menu-item .menu-link, .menu-horizontal .menu-block {
  padding: 0.325rem 1rem;
}
.modal-lg {

    --bs-modal-width: 1800px !important;
  }

.top-bar {

    position: -webkit-sticky;
    position: relative !important;

}

.mt-2\.5 {
    margin-top: 1rem;

}

.p-5 {
   /* background-color: #fffcc3; */
    padding: 1.5rem !important;

}
.side-nav .side-menu {
  /*  height: 35px; */
}

.xl\:pl-5 {
    padding-left: 0.5rem;

    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.side-nav .side-nav--simple {
margin-top: 0.5rem;

margin-bottom: 0.5rem;

}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
      float: left;
    }
  }

.side-nav .scrollable__content {
        overflow-x:hidden;
        padding-right: 0rem;
        padding-left: 0rem;
        margin-left: 0.5rem;

    }
ol, ul, menu {
    list-style:initial;
    }


@media (min-width: 1279px) {
    .side-nav.side-nav--simple {
        position:absolute;
        top: 0px;
        bottom: 0px;
        z-index: 52;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        height: auto;
        width: 112px
    }
}
.side-nav .side-menu .side-menu__title {
    margin-left: 0rem;
    }

.box .tab-content {

        box-shadow: 0 5px 20px #0000004d;
      }

a {
  color: #337ab7;
  text-decoration:solid;
}

.side-nav .side-menu {
  color: rgb(#337ab7 / var(--tw-text-opacity)); */
}

.tab-content .tab-pane.active {
  width: auto !important;
}

thead {
  background-color:color-mix(in hsl shorter hue, color percentage, color percentage);
}

thead {

  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark thead {

  background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity))
}

.dropdown-menu{

  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark .dropdown-menu {

  background-color: rgb(var(--color-darkmode-600) / var(--tw-bg-opacity))
}

.layout-page {
  display:inherit;
  flex: 1 1 auto;
}

.table {
  table-layout:auto;
  width: 100% !important;
}
.table td,
.table th{

  width: auto !important;

}
/*
.\[\&\>div\]\:opacity-0>div {
    opacity: 1;
    }

    */

.tabulator-print-header, tabulator-print-footer{
  text-align:center;
}


#myBtnTopN {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  opacity: 0.3;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;

}

#myBtnTopN:hover {
  background-color: red;
  opacity: 0.8;
}

#bodycont{
    background-color: red;
     top: 60px;

}

.ui-front {
  z-index: 2000 !important;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 25px;
}

.tabulator .tabulator-row .tabulator-cell {
  border-right-width: 0px;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5rem 0.5rem;
}
.dark .tabulator .tabulator-table {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(182 152 255);
}
.table-button:hover {
  background-color: #4cae4c;
  color: #fff;
  text-decoration: none;
}
.no-ellipsis {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.tabulator-cell, .tabulator-col {
  white-space: normal;
  text-overflow: clip; 
  overflow: visible; 
}
.tabulator-header .tabulator-col {
  white-space: nowrap; 
}
.tabulator-cell {
  white-space: normal !important;
  overflow: visible !important;
}

.tabulator-col {
  min-width: 180px;
}
[type="checkbox"], [type="radio"]{

  height: 1.5rem;
  width: 1.5rem;

}
.spaced-buttons {
  display: flex;
  gap: 10px; /* Odstęp między przyciskami */
}


