@media (min-width: 768px) {
  .app_sidebar {
    position: sticky !important;
    top: 60px !important;
    height: calc(100vh - 60px) !important;
  }
}

.app_sidebar_link {
  margin-bottom: 0.3rem;
  border-radius: 5px;
  text-decoration: none !important;
}

.app_container {
  width: 100%;
}

@media (min-width: 768px) {
  .app_container {
    width: calc(100% - 250px);
  }
}

.app_head {
  margin-bottom: 1rem;
}

.app_card {
  height: 100%;
  border-radius: 10px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.app_card_image {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.app_card_image_infos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 1rem 0.35rem 1rem;
  width: 100%;
  color: white;
  background-image: linear-gradient(transparent, #000000c2);
  box-sizing: border-box;
}

.app_card_image_infos_icon {
  display: inline-block;
  margin-right: 0.3rem;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.app_card_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app_card_cdn {
  padding: 0.3rem;
  border-radius: 3px;
  border: none;
  max-width: 100%;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app_card_cdn_link {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app_card_cdn_indicator {
  opacity: 0;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.app_card_cdn_indicator img {
  width: 20px;
}

.app_card_cdn:hover .app_card_cdn_indicator,
.app_card_cdn:focus .app_card_cdn_indicator {
  opacity: 1;
}

.app_card_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
  min-width: 40px;
  height: 26px;
  color: #fff;
  border-radius: 3px;
}

.app_card_badge_css {
  background-color: #00b98e;
}

.app_card_badge_js {
  background-color: #d625e2;
}

.app_card_a {
  padding: 0.7rem;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  box-sizing: border-box;
}

.app_card_updated {
  padding-top: 0.5rem;
  font-size: 0.8rem;
}

.app_searchbar {
  margin-bottom: 1rem;
  padding: 0 1rem 0 40px;
  width: 100%;
  height: 45px;
  font-size: 1rem;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-image: url(/images/search_50.svg?f5ce2a381beb98992a59e72f17626d69);
  background-repeat: no-repeat;
  background-position: left 10px center;
}

.app_searchbar:focus {
  cursor: text;
  background-color: white;
}

.app_badge {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
  padding: 0 6px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  font-size: 0.9rem;
  border-radius: 50px;
  box-sizing: border-box;
}

.h_divider {
  margin: 0.5rem 0;
  width: 100%;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.creation--card .app_card_image {
  height: auto !important;
}

.combobox-category_label {
  display: block;
  margin-bottom: 0.2rem;
  color: #000000;
  font-size: 0.8rem;
}

.combobox-category_container {
  margin-bottom: 1rem;
  padding: 0.5rem;
  min-height: 50px;
  border-radius: 5px;
  border: 1px #80808037 solid;
  box-sizing: border-box;
}

.combobox-category_container-generator {
  overflow-x: auto;
}

.combobox-category_container_loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.combobox-category_container_chips {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.4rem 0.5rem 0.4rem 1rem;
  background-color: #3e3e3e5b;
  border-radius: 5px;
  box-sizing: border-box;
}

.combobox-category_container_chips--result {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  margin: 0.1rem;
  padding: 0.4rem;
  align-items: center;
  background-color: white;
  box-sizing: border-box;
  border: 1px #00000041 solid;
  font-size: 0.9rem;
  border-radius: 5px;
  cursor: pointer;
}

.combobox-category_container_chips--result:hover,
.combobox-category_container_chips--result:focus {
  background-color: #00000021;
}

.combobox-category_container_chips_quantity {
  margin-left: 0.2rem;
  padding: 0.1rem 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 3px;
  background-color: #00000024;
}

.combobox-category_container_chips_close {
  margin-left: 0.5rem;
  min-width: 20px;
  height: 20px;
  font-size: 1rem;
  border-radius: 50%;
  border: none;
  background-color: #3e3e3e5b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-image: url("/icons/close_white.svg");
  cursor: pointer;
}

.combobox-category_search {
  padding-left: 40px !important;
  background-image: url(/images/search_50.svg?f5ce2a381beb98992a59e72f17626d69);
  background-repeat: no-repeat;
  background-position: left 10px center;
  cursor: pointer;
}

.combobox-category_search:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.combobox-category_search-terms {
  overflow-x: auto;
  margin-bottom: 1rem;
}

.combobox-category_search-graduate_section {
  display: inline-block;
  margin: 0 2px;
  height: 7px;
  border-radius: 5px;
}

.combobox-category_search-comment {
  opacity: 0.5;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  text-rendering: optimizeLegibility;
}

.combobox-category_search-result {
  padding: 0.5rem;
  box-sizing: border-box;
  border: 1px #0000003b solid;
  border-radius: 5px;
}

.input-image_current {
  background-color: #7f7f7f26;
}

.input-image_render_remove {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40px;
}

.input-image_preview_img {
  min-width: 100px;
  height: 56px;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.input-image_label {
  display: block;
  margin-bottom: 0.2rem;
  color: #000000;
  font-size: 0.8rem;
}

.export-card {
  margin: 0 0.5rem 0.5rem 0;
  display: inline-block;
}

.export-card .h_card {
  height: 100px;
  font-size: 0.9rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.export-card .h_card_body {
  padding: 0.5rem;
}

.export-card_checkbox:checked ~ .h_card {
  color: white;
  background-color: #8600ff;
  box-shadow: none;
}

