/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/css/apps/ai-models.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.list-item {
  list-style-type: none;
  display: grid;
  grid-template-columns: 40% 20% 40%;
  border-bottom: 1px solid #9DB960;
  height: 3rem;
  align-items: center;
  padding: 0 1rem;
}

.list-item:last-child {
  border-bottom: none;
}

.slider {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0;
  place-self: center;
}

.slider input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #495057;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.switch::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.active-switch {
  background: #0e73e6;
}

.item-link-wrapper {
  cursor: pointer;
  place-self: center;
  color: #333333;
}

.item-link-wrapper:hover {
  color: #888888;
}

.item-link-wrapper:focus {
  color: #95c427;
}

#container {
  display: flex;
  flex-direction: column;
  border: 1px solid #9A9A9A;
  border-radius: 15px;
  height: max-content;
  overflow: hidden;
  margin-top: 1rem;
}

#header-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  height: 5rem;
}

#header-text {
  font-size: 1.5rem;
  font-weight: bold;
}

#header-credits-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

#header-credits-title {
  font-size: 1.5rem;
  font-weight: bold;
}

#header-credits-subtitle {
  font-size: 1rem;
  font-weight: normal;
  color: #DC4C4C;
}

#list-header-wrapper {
  display: grid;
  grid-template-columns: 40% 20% 40%;
  align-content: center;
  background: #EEEEEE;
  height: 3rem;
  padding: 1rem;
}

#list-wrapper {
  height: calc(100% - 8rem);
}

#item-name-title {
  font-size: 1rem;
  font-weight: bold;
}

#item-status-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

#item-link-title {
  font-size: 1rem;
  font-weight: bold;
}

#list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  height: 100%;
}

#list::-webkit-scrollbar {
  width: 0.5rem;
}

#list::-webkit-scrollbar-thumb {
  background: #9DB960;
  border-radius: 1rem;
}

#list::-webkit-scrollbar-track {
  background: #EEEEEE;
}

/*# sourceMappingURL=ai-models.css.map*/