@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}
.login-box {
  max-width: 480px;
  margin: 0 auto;
  background: #f3f4f5;
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px;
}

html,body {
  height: 100%;
  margin: 0;
}
.main-content-wrapper {
  min-height: calc(100vh - 315px);
  display: flex;
  flex-direction: column;
}
.container {
  flex: 1 0 auto;
}
.logo-light {
  display: inline-block;
}

.logo-dark {
  display: none;
}

#search {
  padding-top: 50px;
  max-width: 660px;
  margin: 0 auto;
}

#searchform input.form-control {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#searchform button {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #E9713D;
  border-color: #E9713D;
  color: #ffffff;
  padding-right: 20px;
  padding-left: 15px;
}

a, a:visited {
  color: #E9713D;
}

.spacer {
  display: block;
}

.search-results {
  margin-top: 30px;
}
.search-results .search-results-item:nth-child(odd) {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.search-results .search-results-item {
  padding: 25px 15px;
}
.search-results .search-results-item h3 {
  font-size: 1.1rem;
}
.search-results .search-results-item p {
  color: #565758;
}

/* styles for the search container */
.search-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.search-title {
  font-weight: 300;
  color: #495057;
  margin-bottom: 2rem;
  text-align: center;
}

.search-form-wrapper {
  margin-bottom: 3rem;
}

/* statistics page */
.category-tabs .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  background-color: #f8f9fa;
  border-radius: 4px 4px 0 0;
}

.category-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 0.75rem 1.25rem;
  color: #212529;
  background-color: #f8f9fa;
  margin-right: 2px;
  transition: background-color 0.2s ease;
}

.category-tabs .nav-link:hover {
  background-color: #e9ecef;
  border-color: transparent;
}

.category-tabs .nav-link.active {
  color: #fff;
  background-color: #e07a5f;
  border-color: transparent;
}

#downloadCSVBtn:hover,
.btn[id="downloadCSVBtn"]:hover {
  background-color: #d76d5e !important;
  color: white !important;
}

.sortable {
  cursor: pointer;
  position: relative;
  user-select: none;
}

.sortable:hover {
  background-color: #e9ecef;
}

.sort-indicator {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

th.sortable {
  padding-right: 25px;
}


.sortable,
.nav-link,
.form-check-input {
  cursor: pointer;
}

/* recent changes in the search-form page */
.recent-changes-container {
  background: linear-gradient(135deg, #E9713D 0%, #ffb88c 100%);
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(102, 126, 234, 0.25);
  position: relative;
}
/* this container is used for the recent changes boxes inside other pages - not landing page */
.recent-changes-container-inner {
  background: linear-gradient(135deg, #E9713D 0%, #ffb88c 100%);
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* this container is used for the recent changes boxes inside other pages - not landing page */
.recent-changes-container-inner {
  background: linear-gradient(135deg, #E9713D 0%, #ffb88c 100%);
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.recent-changes-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
  pointer-events: none;
}

.recent-changes-header {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.recent-changes-header h5 {
  color: white;
  margin: 0;
  font-weight: 600;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.recent-changes-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}

.recent-changes-content {
  padding: 2rem;
  position: relative;
}

.recent-changes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-changes-item {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.recent-changes-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.recent-changes-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #ffd700, #ffed4e);
}

.recent-changes-item:last-child {
  margin-bottom: 0;
}

.item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 0.75rem;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.item-content {
  flex: 1;
  line-height: 1.4;
}

.item-title {
  font-weight: 600;
  margin-right: 0.5rem;
  color: #ffd700;
}

.item-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.recent-changes-item {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .search-container {
    padding: 1rem 0.5rem;
  }

  .search-form-wrapper {
    margin-bottom: 2rem;
  }

  .recent-changes-header,
  .recent-changes-content {
    padding: 1.5rem;
  }

  .recent-changes-item {
    padding: 1rem;
  }
}

.tags-tag {
  background: #f7f8fa;
  color: #565758;
  border: 1px solid #f0f1f3;
  font-size: 0.8rem;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 5px;
}
.tags-tag a {
  color: #565758;
}
.tags-tag a:hover {
  text-decoration: none;
}
.tags-tag:hover {
  border-color: #969798;
}
.tags-tag:hover a {
  color: #E9713D;
}

.asm-multi p {
  margin: 0;
}

#search-stats-wrapper,
#recent-changes-wrapper {
  background: #f7f8fa;
  padding: 15px;
  border-radius: 6px;
}

#search-stats-table {
  font-size: 0.8rem;
  border: 1px solid #f0f1f3;
}
#search-stats-table tr {
  border-bottom: 1px solid #f0f1f3;
}
#search-stats-table td {
  padding: 4px 6px;
}
#search-stats-table td:not(.lbl) {
  border-left: 1px solid #f0f1f3;
}

#recent-changes-wrapper .entry {
  font-size: 0.8rem;
  color: #565758;
  overflow-wrap: break-word;
}

.c-int-view-tabs a {
  font-size: 0.9rem;
}

.cint-description {
  margin-bottom: 10px;
}
.cint-description > strong {
  float: left;
  margin-right: 4px;
}

.text-size-sm {
  font-size: 0.9rem;
}

/* CSS for the search filters */
.search-filters-simd-engines {
  font-size: 0.8rem;
}
.search-filters-simd-engines ul {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.search-filters-simd-engines li {
  display: inline-block;
  padding: 4px 15px;
  padding-left: 6px;
  border: 1px solid #eaeaea;
  border-radius: 18px;
}
.search-filters-simd-engines li input {
  position: relative;
  bottom: -1px;
}
.search-filters-simd-engines li label {
  margin: 0;
  cursor: pointer;
}
.search-filters-simd-engines li:hover, .search-filters-simd-engines li.active {
  background: #f7f8fa;
}

/* CSS for the tag tree */
.tag-tree-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tag-tree-content {
  display: flex;
  flex: 1;
  min-height: 0;
  gap: 20px;
}
.tag-tree .main-content-wrapper {
  min-height: calc(100vh - 60px);
}
.tag-tree-wrapper .tag-cint ul li a, .tag-tree-wrapper .tag-cint ul li a:hover {
  text-decoration: none;
}
.tag-tree-wrapper .tag-cint ul li .details, .tag-tree-wrapper .tag-cint ul li .descr {
  color: #565758;
  font-size: 0.8rem;
}
.tag-tree-wrapper .jstree-icon {
  font-size: 0.9rem;
}
.tag-tree-wrapper .jstree-node.jstree-open {
  margin-bottom: 8px;
}
.tag-tree-wrapper a.jstree-anchor {
  display: inline-block;
  width: calc(100% - 24px);
  position: relative;
}
.tag-tree-wrapper .jstree-container-ul li.jstree-closed:nth-child(odd) {
  background: #f7f8fa;
}
.tag-tree-wrapper .tag-tree-tree {
  flex: 0 0 45%;
  border-right: 2px solid #f0f1f3;
  overflow-x: auto;
  overflow-y: auto;
  font-size: 0.85rem;
  max-height: 90vh;
}
.tag-tree-wrapper .cint-view-more {
  font-size: 0.9rem;
}
.tag-tree-wrapper .tag-tree-info {
  flex: 1;
  position: sticky;
  top: 0;
  height: 90vh;
  overflow-y: auto;
  padding-left: 20px;
}
.color-meaning-container {
  margin-top: 20px;
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  border-top: 1px solid #f0f1f3;
}

.color-meaning-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.color-box {
  width: 15px;
  height: 15px;
  border-radius: 3px;
}

.blue-box {
  background-color: #add8e6;
}

.orange-box {
  background-color: #ffa500;
}

.red-box {
  background-color: #ff6347;
}
.breadcrumb-part {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb-part:hover {
  color: #0056b3;
  text-decoration: underline;
}
.color-meaning-item span {
  font-size: 0.875rem;
  margin: 0;
}
.tag-tree-wrapper .tag-tree-info #ajaxloader {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.tag-tree-wrapper .tag-tree-info #ajaxloader img {
  max-width: 120px;
}

/* CSS for the page footer */
.page-footer {
  background: #f7f8fa;
  flex-shrink: 0;
}
.page-footer .footer-content {
  font-size: 0.85rem;
}
.page-footer .footer-content h5 {
  font-size: 1rem;
}
.page-footer .footer-copyright {
  margin-top: 20px;
  background: #969798;
  font-size: 0.8rem;
  color: #ffffff;
}

/* CSS for the SIMD info comparison dialog */
#simd-info-comparison-dlg {
  background: #36b983;
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 30px;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#simd-info-comparison-dlg.show {
  opacity: 1;
}
#simd-info-comparison-dlg .descr {
  line-height: 24px;
  display: inline-block;
}
#simd-info-comparison-dlg .descr .sel {
  font-size: 1.5rem;
  color: #252628;
}
#simd-info-comparison-dlg .descr .reset {
  font-size: 0.8rem;
  color: #252628;
  margin-left: 5px;
}
#simd-info-comparison-dlg .right {
  float: right;
  text-align: right;
  margin-top: 2px;
}

.c-intrinsic-comparison-wrapper > .c-intrinsic-comparison-col {
  border-right: 2px solid #f0f1f3
}
.c-intrinsic-comparison-wrapper > .c-intrinsic-comparison-col::last-child {
  border-left: 0px;
}

/* CSS for the badges */
.badge.badge-type-VSX {
  background: #ffbfbf;
}
.badge.badge-type-NEON {
  background: #d2e7c9;
}
.badge.badge-type-SSE {
  background: #b9dcff;
}
.badge.badge-type-AVX2 {
  background: #ebcaff;
}
.badge.badge-type-AVX512 {
  background: #ffe1ba;
}
.badge.badge-type-IBM-Z {
  background-color: #00ead6;
}
.badge.badge-type-11, .badge.badge-type-12 {
  background: #00ead6;
}
.blue-folder>a {
  background-color: #cce5ff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  color: black !important;
}

.orange-folder>a {
  background-color: #ffecb3 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  color: black !important;
}
.red-folder>a {
  background-color: #f8d7da !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  color: black !important;
}
.badge.badge-tree-count {
  position: absolute;
  right: 8px;
  top: 5px;
  color: #969798;
  font-size: 0.6rem;
  font-weight: normal;
}

/* CSS for the filter section */
.filter-container {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.filter-title {
  font-weight: 600;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
}

.filter-checkboxes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
}

.filter-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}

.filter-checkbox label {
  cursor: pointer;
  font-weight: 500;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  margin: 0;
}

.filter-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
}

.filter-badge-NEON {
  background-color: #d2e7c9;
  color: #000;
}

.filter-badge-VSX {
  background-color: #ffbfbf;
  color: #000;
}

.filter-badge-SSE {
  background-color: #b9dcff;
  color: #000;
}

.filter-badge-AVX2 {
  background-color: #ebcaff;
  color: #000;
}

.filter-badge-AVX512 {
  background-color: #ffe1ba;
  color: #000;
}

.filter-badge-IBM-Z {
  background-color: #00ead6;
  color: #000;
}

/* Filters validation when user try to deselect all filters */
.filter-validation-message {
  display: none;
  background: linear-gradient(135deg, #E9713D 0%, #ffb88c 100%);
  color: #f5f5f5;
  border: 1px solid #E9713D;
  border-radius: 6px;
  padding: 5px 16px;
  margin-top: -8px;
  font-size: 14px;
  font-weight: 500;
  animation: slideInDown 0.3s ease-out;
}
.filter-validation-message i {
  margin-right: 8px;
  color: #fff;
}
.filter-container-error {
  border-color: #E9713D !important;
  box-shadow: 0 0 0 0.2rem rgba(233, 113, 61, 0.25) !important;
  margin-bottom: 12px !important;
}
.filter-validation-message.fade-out {
  animation: slideOutUp 0.3s ease-in forwards;
}
@keyframes slideInDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOutUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-10px);
    opacity: 0;
  }
}

/* CSS for the search validation message */
.search-validation-message {
  background: linear-gradient(135deg, #E9713D 0%, #ffb88c 100%);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 8px;
  display: none;
  position: relative;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  animation: slideDown 0.3s ease-out;
}

.search-validation-message::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ff6b6b;
}

.search-validation-message i {
  margin-right: 8px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-input-error {
  border-color: #ff6b6b !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25) !important;
}

.fade-out {
  animation: fadeOut 0.3s ease-out forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* CSS for the jstree */
.jstree-node.filtered-hidden {
  display: none !important;
}

.bg-lightgrey {
  background: #f0f1f3;
}
.bg-lightgrey-lighter {
  background: #f7f8fa;
}

.text-color-light {
  color: #969798;
}

.border-bottom-1 {
  border-bottom: 1px solid #eee;
}

.btn-success {
  background: #36b983;
  border-color: #36b983;
}
.btn-success:hover {
  background: #52cd9a;
  border-color: #52cd9a;
}

.btn-xs {
  font-size: 0.8rem;
  padding: 0.2rem 0.4rem;
}

.pager {
  padding: 15px;
}
.pager .info {
  font-size: 0.8rem;
  margin-bottom: 5px;
  margin-left: 15px;
}
.pager .pageritems {
  font-size: 0.9rem;
}
.pager .pageritems a {
  padding: 0px 3px;
  margin: 0px 1px;
}
.pager .pageritems a.disabled {
  pointer-events: none;
  color: #969798;
}
.pager .pageritems a.active {
  color: #252628;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #52cd9a;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #52cd9a;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 18px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 16px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 5px;
    top: 2px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
.btn-w-100 {
  width: 100%;
}

/*# sourceMappingURL=base.css.map */
