#Subject #webList {
  flex: 1;
  position: relative;
}
#Subject footer {
  flex-shrink: 0;
}
#webList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  padding: 0 0 20px 0;
}
/* #scrollToTop {
  position: fixed;
  padding: 0px;
  font-family: "Noto Sans TC";
  font-weight: bold;
  bottom: 60px;
  right: 10px;
  border: none;
  border-radius: 50%;
  display: flex !important;
  justify-items: center !important;
  align-items: center !important;
  box-sizing: border-box;
} */

#NewService_Suject #webList .webListCard {
  border: 3px solid #fff;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.2s;
  /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); */
}
#NewService_Suject #webList .webListCard .card {
  border: 0;
}
#NewService_Suject #webList .webListCard .card .content {
  background-color: #f5f4fa;
}
#NewService_Suject #webList .webListCard p {
  margin: 0;
  /* text-align: center; */
}
#NewService_Suject #webList .webListCard a,
#NewService_Suject #webList .webListCard button {
  white-space: nowrap;
  text-align: center;
  /* padding: 0px 24px !important; */
  letter-spacing: 0px !important;
  display: flex;
  justify-content: center;
  background: white;
  border: 2px solid #dee2e6;
  background: #fff;
  border-radius: 40px;
  /* color: #444444; */
  color:#00000080;
  /* font-size: 18px; */
  /* font-weight: 400; */
  cursor: pointer;
  transition: 0.2s;
}
#NewService_Suject #webList .webListCard a:hover,
#NewService_Suject #webList .webListCard button:hover {
  color: white;
  background: #5d7ae2;
}

.buttonGroup {
  flex-direction: column;
}
.buttonGroup button {
  width: 85%;
}
.webTag {
  flex-wrap: wrap;
}
.webTag p {
  padding: 4px 12px;
}

.shareToClassroom iframe {
  margin-left: 0.25rem !important;
}

.justified-text {
  text-align: justify;
  text-align-last: left;
}
.accordion-button:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.small_font {
  font-size: 13px;
  padding: 1px 0px !important;
}

.fileSizeDiv {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: white;
}

.cardTitle {
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  #webList {
    padding: 20px;
  }
}
