/*! purgecss start ignore */
/*! purgecss end ignore */
/*! purgecss start ignore */
/*! purgecss end ignore */
/*! purgecss start ignore */
/*! purgecss end ignore */
/*! purgecss start ignore */
:root {
  --background: 180 100% 95%;
  --foreground: 180 5% 0%;
  --card: 180 50% 90%;
  --card-foreground: 180 5% 10%;
  --popover: 180 100% 95%;
  --popover-foreground: 180 100% 0%;
  --primary: 180 50.7% 55.5%;
  --primary-foreground: 0 0% 100%;
  --secondary: 180 30% 70%;
  --secondary-foreground: 0 0% 0%;
  --muted: 142 30% 85%;
  --muted-foreground: 180 5% 35%;
  --accent: 142 30% 80%;
  --accent-foreground: 180 5% 10%;
  --destructive: 0 100% 30%;
  --destructive-foreground: 180 5% 90%;
  --border: 180 30% 50%;
  --input: 180 30% 18%;
  --ring: 180 50.7% 55.5%;
  --radius: 0.5rem;
}

.dark {
  --background: 180 50% 5%;
  --foreground: 180 5% 90%;
  --card: 180 50% 0%;
  --card-foreground: 180 5% 90%;
  --popover: 180 50% 5%;
  --popover-foreground: 180 5% 90%;
  --primary: 180 50.7% 55.5%;
  --primary-foreground: 0 0% 100%;
  --secondary: 180 30% 10%;
  --secondary-foreground: 0 0% 100%;
  --muted: 142 30% 15%;
  --muted-foreground: 180 5% 60%;
  --accent: 142 30% 15%;
  --accent-foreground: 180 5% 90%;
  --destructive: 0 100% 30%;
  --destructive-foreground: 180 5% 90%;
  --border: 180 30% 18%;
  --input: 180 30% 18%;
  --ring: 180 50.7% 55.5%;
  --radius: 0.5rem;
}

html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
  visibility: hidden;
}

.navbar-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .navbar-top .logo {
    width: 120px;
  }
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.section-component {
  height: 100%;
  padding-top: 150px;
  padding-bottom: 250px;
}
@media (max-width: 767.98px) {
  .section-component {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.section-dev-list {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .section-dev-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-dev-list .card-dev {
  margin-bottom: 30px;
  transition: 0.3s all ease;
}
.section-dev-list .card-dev:hover {
  opacity: 0.8;
}

.section-tag .uk-card {
  margin-right: auto;
  margin-left: auto;
}

.section-fv .title-fv {
  line-height: 1.4;
}
.section-fv .btn-call {
  height: auto;
  padding: 20px 15px;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .card-word-count {
    margin-top: 30px !important;
  }
}

#color-picker {
  width: 80px;
}

#css-examples {
  color: #000 !important;
  opacity: 1 !important;
}

.preview-container {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: none;
}

#offcanvas-usage .close-offcanvas {
  position: absolute;
  top: 10px;
  right: 10px;
}

#csvTable {
  width: 100%;
  position: relative;
  font-family: Arial, sans-serif;
}

.header-container {
  display: flex;
  overflow: hidden;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 10;
}

.tbody-container {
  height: 400px; /* Set fixed height for the scrollable area */
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.row {
  display: flex;
  width: 100%;
}

.cell {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-row .cell {
  font-weight: bold;
  background-color: #e9ecef;
  position: sticky;
  top: 0;
}

.uk-overflow-auto {
  overflow: auto;
}

.virtualized-table-header {
  display: flex;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  border-bottom: 1px solid #ccc;
}

.virtualized-table-header div {
  flex: 1;
  min-width: 100px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid #ccc;
}

.spacer div {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.spacer div div {
  flex: 1;
  min-width: 100px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid #ccc;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*! purgecss end ignore */
/*# sourceMappingURL=style.min.css.map */
