@import "basis-styling.css";
#main-container {
  gap: 4vh;
  justify-content: flex-start;
  overflow-x: auto;
  padding-left: 12%;
  padding-right: 12%;
}

#container-overview-studysets {
}

#titel-container {
  display: flex;
  flex-direction: row;
  gap: 2vh;
  height: auto;
  width: fit-content;
  align-items: center;
  padding: 2% 0%;
}

#hoofdtitel {
  color: #2a3a42;
  font-size: 3.5vh;
  font-weight: bolder;
  width: 100%;
  padding: 5%;
  font-family: "atrament";
}

#course-titel-icon-outer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4vh;
  min-height: 4vh;
  object-fit: contain;
  background-color: white;
  border-radius: 50%;
  filter: drop-shadow(7px 7px 4px #00000016);
  overflow: hidden;
}

#course-titel-icon-outer-container img {
  max-width: 3vh;
}

#overview-outer-container {
  position: relative;
  gap: 3vh;
}
#underline-container {
  background-color: #a7bac3;
  border-radius: 50px;
  height: 3px;
  width: 100%;
}

.my-sets {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.my-sets .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.set-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: clamp(0.5rem, 1vw, 0.8rem);
}

.set-card:hover {
  transform: scale(1.02);
}

.set-card p {
  color: #2a3a42;
  margin: 0;
  line-height: clamp(0.8rem, 1.5vw, 1rem);
  font-size: clamp(0.7rem, 1.3vw, 0.9rem);
}

.set-card-datum {
  color: rgba(0, 0, 0, 0.19);
}

.outer-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-holder {
  display: flex;
  flex-direction: row;
  gap: clamp(0.5rem, 1vw, 0.8rem);
  margin-top: clamp(0.3rem, 0.5vw, 0.5rem);
}

.outer-container-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  flex-shrink: 0;
  height: clamp(2rem, 4vw, 3rem);
  width: clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  padding: clamp(0.5rem, 1vw, 0.8rem);
  filter: drop-shadow(7px 7px 4px #00000016);
}

.outer-container-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.new-set-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(0.3rem, 0.6vw, 0.5rem);
  height: clamp(1.8rem, 3.5vw, 2.2rem);
  padding: 0 clamp(1rem, 2vw, 1.5rem);
  font-family: "atrament", sans-serif;
  font-weight: normal;
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  color: #2a3a42;
  border-radius: clamp(1rem, 2vw, 1.5rem);
  background: #006aff5d;
  box-shadow: 5px 5px 10px #768fb231, -5px -5px 10px #a0c1f03d;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: center;
  transition: 0.3s ease-out;
  border: none;
  filter: drop-shadow(3px 3px 6px #35557138)
    drop-shadow(-3px -3px 6px #ffffff4a);
}

.new-set-btn:hover {
  transform: scale(0.95);
}

.ondertitel {
  font-size: 1.8vh;
}

.sets-list {
  display: none;
  flex-direction: column;
  gap: clamp(0.5rem, 1vw, 1rem);
  margin-bottom: 3vh;
}

#set-list-month {
  display: none;
  flex-direction: column;
  gap: clamp(0.5rem, 1vw, 1rem);
}

#set-list-earlier {
  display: none;
  flex-direction: column;
  gap: clamp(0.5rem, 1vw, 1rem);
}

#Recent {
  display: none;
}

#Month {
  display: none;
}
#Earlier {
  display: none;
}
