/* line 57, app/assets/stylesheets/ti-styles/engine/mixins/_border.sass */
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

/* line 59, app/assets/stylesheets/ti-styles/engine/mixins/_border.sass */
.flexbox-justify {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
}

/* line 61, app/assets/stylesheets/ti-styles/engine/mixins/_border.sass */
.flexbox-item {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

/* line 63, app/assets/stylesheets/ti-styles/engine/mixins/_border.sass */
.flex-stretch {
  align-items: stretch;
}

/* line 3, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
html body.ai-chip-maker {
  scroll-behavior: smooth;
}

/* line 8, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database table.dataTable.stripe tbody tr.odd,
#ti-wrapper-ai-chip-maker-database table.dataTable.display tbody tr.odd {
  background-color: #FFFFFF;
}

/* line 13, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database table.dataTable.stripe tbody tr.even,
#ti-wrapper-ai-chip-maker-database table.dataTable.display tbody tr.even {
  background-color: #FFFFFF;
}

/* line 18, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database table.dataTable.display tbody tr.odd > .sorting_1,
#ti-wrapper-ai-chip-maker-database table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #FFFFFF;
}

/* line 22, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database table.dataTable.display tbody tr.even > .sorting_1,
#ti-wrapper-ai-chip-maker-database table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #FFFFFF;
}

/* line 27, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #stocktable thead th {
  border-right: 1px solid #f0ece5;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
}

/* line 34, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #stocktable td {
  font-size: 16px;
}

/* line 38, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database table.dataTable thead th,
#ti-wrapper-ai-chip-maker-database table.dataTable thead td {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #f0ece5 !important;
  background-color: #FFFFFF;
  padding: 10px 18px;
  font-size: 16px;
}

/* line 48, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database table.dataTable.row-border tbody th,
#ti-wrapper-ai-chip-maker-database table.dataTable.row-border tbody td,
#ti-wrapper-ai-chip-maker-database table.dataTable.display tbody th,
#ti-wrapper-ai-chip-maker-database table.dataTable.display tbody td {
  border-top: 1px solid #f0ece5;
  border-right: 1px solid #f0ece5;
}

/* line 55, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder .tbl-search-box {
  outline: 0;
  border: 1px solid #f0ece5;
  border-radius: 2px;
  padding-left: 7px;
  width: 391px;
  height: 50px;
  /*    float: right;*/
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  /* line 55, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
  #ti-wrapper-ai-chip-maker-database #content-holder .tbl-search-box {
    width: 100%;
  }
}

/* line 70, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database table.dataTable thead th.sorting_asc:after {
  color: #f32a52;
}

/* line 73, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database table.dataTable thead th.sorting_desc:after {
  color: #f32a52;
}

/* line 77, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder .table-wrapper {
  overflow-x: scroll;
}

/* line 81, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder .sorting_1 {
  font-weight: 700;
}

/* line 85, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder td {
  min-width: 75px;
}

@media screen and (max-width: 768px) {
  /* line 85, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
  #ti-wrapper-ai-chip-maker-database #content-holder td {
    min-width: 100px;
  }
}

/* line 93, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder td:nth-of-type(-n + 3) {
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  /* line 93, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
  #ti-wrapper-ai-chip-maker-database #content-holder td:nth-of-type(-n + 3) {
    min-width: 0;
    white-space: normal;
  }
}

/* line 102, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder td:nth-last-child(2) {
  min-width: 0px;
}

@media screen and (max-width: 768px) {
  /* line 102, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
  #ti-wrapper-ai-chip-maker-database #content-holder td:nth-last-child(2) {
    min-width: 0px;
  }
}

/* line 111, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder th:first-child,
#ti-wrapper-ai-chip-maker-database #content-holder td:first-child {
  position: sticky;
  left: 0;
  z-index: 999;
  border-right: 1px solid #f0ece5;
  background-color: #FFFFFF;
}

/* line 120, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder th:first-child {
  z-index: 1000;
}

/* line 125, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder td:first-child div {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: initial;
}

/* line 131, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder td:first-child div .company-icon {
  border-radius: 50%;
  width: 34px;
}

/* line 136, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder td .further-info-link {
  color: #f32a52;
  text-decoration: none;
}

/* line 140, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder td .further-info-link:hover {
  color: #983E0C;
}

/* line 145, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder table.dataTable thead th.sorting_desc:after {
  color: #f32a52;
}

/* line 149, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database #content-holder table.dataTable thead .table-wrapper thead {
  border-bottom: 1px solid #f0ece5 !important;
}

/* line 154, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database .center {
  margin: auto;
  padding: 10px;
  text-align: center;
}

/* line 160, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database tr:hover > td {
  background-color: #c5a26d !important;
}

/* line 164, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database .source {
  color: #999;
  font-size: 16px;
  text-align: right;
}

/* line 169, app/assets/stylesheets/layouts/projects/ai-chip-maker-database.scss */
#ti-wrapper-ai-chip-maker-database .small {
  font-size: 14px;
}

/*# sourceMappingURL=ai-chip-maker-database.css-d779ef06af4daba829214bdec6185aa8f9cce7d4574a774f958548abcb1503cc.map */
