pre.highlight,
.highlight pre {
  max-height: 30rem;
  margin: 1.5rem 0;
  overflow: auto;
  border-radius: var(--tblr-border-radius);
}

.highlight {
  margin: 0;
}
.highlight code > * {
  margin: 0 !important;
  padding: 0 !important;
}
.highlight .c, .highlight .c1 {
  color: #a0aec0;
}
.highlight .nt, .highlight .nc, .highlight .nx {
  color: #ff8383;
}
.highlight .na, .highlight .p {
  color: #ffe484;
}
.highlight .s, .highlight .dl, .highlight .s2 {
  color: #b5f4a5;
}
.highlight .k {
  color: #93ddfd;
}
.highlight .s1, .highlight .mi {
  color: #d9a9ff;
}

.dropdown-menu-demo {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 1rem !important;
}

.demo-icon-preview {
  position: sticky;
  top: 0;
}
.demo-icon-preview svg,
.demo-icon-preview i {
  width: 15rem;
  height: 15rem;
  font-size: 15rem;
  stroke-width: 1.5;
  margin: 0 auto;
  display: block;
}

.demo-icon-preview-icon pre {
  margin: 0;
  user-select: all;
}

.demo-dividers > p {
  opacity: 0.2;
  user-select: none;
}

.demo-icons-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -2px -1px 0;
  list-style: none;
}
.demo-icons-list > * {
  flex: 1 0 4rem;
}

.demo-icons-list-wrap {
  overflow: hidden;
}

.demo-icons-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  text-align: center;
  padding: 0.5rem;
  border-right: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  color: inherit;
  cursor: pointer;
}
.demo-icons-list-item .icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
.demo-icons-list-item:hover {
  text-decoration: none;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-left   { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right  { text-align: right !important; }

.hide {
    display: none;
}

.btn-servico {
    display: none;
}

.my-table {
    table-layout: fixed;
    width: 100%;
}

.my-btn-icon {
    padding: 0px !important;
    width: 22px !important;
    height: 22px !important;
    text-align: center !important;
    opacity: 0.8;
}

.my-btn-icon i {
    font-size: 10px;
}

.my-btn-icon:hover {
    opacity: 1;
}

.dropdown-menu {
    padding-top:0px;
    padding-bottom:0px;
}

.table thead th {
  font-size: 12px !important;
  padding: 6px 6px;
}

.table tbody td {
  font-size: 12px !important;
  padding: 6px 6px;
}

.month-item-name {
    text-transform: capitalize;
    font-size: 14px !important;
}

.month-item-year {
    font-size: 14px !important;
}

.month-item-weekdays-row {
    font-size: 11px;
}

.day-item  {
    font-size: 12px !important;
}

.table-radius {
    border-collapse: separate; 
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden; 
}
.table-radius th, .table-radius td {
    padding: 5px;
}
.table-radius tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.table-radius tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.table-radius tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
.table-radius tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.hover-scale {
  transition: transform 0.3s ease;
}
.hover-scale:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
