body {
    font-family: Arial, sans-serif;
    /*background: #f4f4f4;*/
    display: flex;
    justify-content: center;
    /*padding-top: 80px;*/
}

.search-container {
    /*width: 360px;*/
  margin-bottom: 40px;
  position: relative;
  
    display: none;
}

.search-bar {
    display: flex;
    align-items: center;
    background: white;
    /*border: 1px solid #ccc;*/
    /*border-radius: 6px;*/

    border-radius: 25px;

    /*border-radius: 25px 25px 0px 0px;*/

    padding: 12px 12px;

    /*border: 1px solid #dadce0;*/
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.1);
}

.search-bar input {
    padding-left: 12px; /* space for the icon */
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    width: 100%;
}

.search-bar .search-icon {
  /*position: absolute;*/
  left: 10px;
  width: 22px;   /* adjust size */
  height: 22px;  /* adjust size */
}

.search-icon {
    font-size: 18px;
    color: #666;
    margin-left: 5px;
    cursor: default;
}

/* loupe */

.itemclassf {
  background: none;
  color: #474747;
  height: 24px;
  width: 24px;
  margin: auto;
  margin-left: 5px;
  margin-right: 4px;
}

.itemclasse {
  display: inline-block;
  fill: #474747;
  height: 24px;
  line-height: 24px;
  position: relative;
  width: 24px;
}

/*  */

/* x | */

.itemclassa {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  flex-direction: row;
  /*height: 50px;*/
}

.itemclassb {
  padding-right: 4px;
}

.itemclassb {
  background: transparent;
  align-items: center;
  flex: 1 0 auto;
  flex-direction: row;
  display: flex;
  cursor: pointer;
}

.itemclassg.itemclassc {
  display: block;
}

.itemclassg {
  border-left: 1px solid rgba(248, 249, 250, 0.25);
  height: 100%;
}

.itemclassc {
  display: flex;
}

.itemclassd {
  background: transparent;
  border: 0;
  align-items: center;
  flex: 1 0 auto;
  cursor: pointer;
  height: 100%;
  line-height: 44px;
  outline-offset: -2px;
  padding: 0 9px;
}

.itemclassg.itemclassc {
  display: block;
}

.itemclassg {
  border-left: 1px solid #dadce0;
  height: 100%;
}

/*  */

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge, and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

.results {
  background: white;
  /*border: 1px solid #ccc;*/
  border-top: none;
  border-radius: 0 0 6px 6px;
  /*max-height: 240px;*/
  max-height: 450px;
  overflow-y: auto;
  display: none;

  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;

  background: white;
  /*border: 1px solid #ccc;*/
  /*border-radius: 0 0 25px 25px;*/
  border-radius: 0 0 16px 16px;
  /*padding: 12px 0px 0px 0px;*/
  /*border: 1px solid #dadce0;*/
  box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.1);
}

.result-item {
    padding: 18px;
    cursor: pointer;
    /*border-bottom: 2px solid #eee;*/
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    border-radius: 16px;
    margin: 12px;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.1);
}

.result-item:hover {
    background: #3890f5;
    transform: translateY(-3px);
}

.result-title {
    /*font-weight: bold;*/
    margin-right: 16px;
    text-align: center;
    flex: auto;
}

.result-desc {
    font-size: 14px;
    color: #555;
}

.result-semester {
    /*align-self: flex-start;*/
    /*margin-top: 6px;*/
    padding: 2px 8px;
    /*font-size: 12px;*/
    border-radius: 12px;
    color: white;
    align-content: space-evenly;
    min-inline-size: max-content;
    max-height: 25px;
}