body {
  overflow-x: hidden;
}

#deOb-1 {
  left: 69vw;
  top: 50vh;
}

#deOb-2 {
  right: 20vw;
  top: -2vw;
}













.options {
  display: flex;
  justify-content: space-between;
  padding: 48px 0 32px;
  gap: 24px;
}

.optionsCon {
  display: flex;
  cursor: pointer;
  height: 72px;
  width: fit-content;
  width: 25%;
}

.optionsLeft {
  width: 12%;
  max-width: 62px;
}

.optionsLeft .svgPolygon {
  fill: #08d9d4;
}

.optionsMiddle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--colorMain);
  padding: 12px;
  width: 100%;
  text-wrap: nowrap;
}

.optionsConP {
  color: rgb(255, 255, 255);
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
}

.optionsRight {
  width: 12%;
  max-width: 62px;
}

.optionsRight .svgPolygon {
  fill: #14a0ee;
}







.lists {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-top: 0;
}

.search {
  padding-bottom: 0px;
}

.searchBar {
  display: flex;
}

.optionsCon {
  width: 100%;
  height: 50px;
}

.svg {
  width: 100%;
  height: 100%;
}

.searchMiddle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  padding: 4px 5%;
  width: calc(100% - 2 * 5% - 2 * var(--marginMain));
  text-wrap: nowrap;
  color: white;
}

.searchBarInput {
  color: var(--BG3);
  background: none;
  width: 100%;
  padding: 4px 0px;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.searchBar:focus-visible {
  border-bottom: 2px solid var(--BG3);
}

.searchRight {
  width: 8%;
  max-width: 62px;
}

.searchRight .svgPolygon {
  fill: var(--BG3);
}

.searchContainer {
  padding-top: 32px;
}







.container {
  width: 100%;
}

#containerRecent,
#containerGroups {
  display: none;
}

.conHeader {
  margin-bottom: 12px;
}

.contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  overflow-y: hidden;
  transition: all 0.3s;
}

.contents.limited .content:nth-child(n+10) {
  display: none;
}

.content {
  display: flex;
  position: relative;
  border-radius: 8px;
  width: 32%;
  height: 120px;
  cursor: pointer;
}

.createYour {
  display: flex;
  align-content: center;
  width: 32%;
}

.createYour .contentMiddle {
  display: flex;
  align-items: center;
}

#createYour1 {
  display: none;
}

.createYour .svgPolygon{
  fill: var(--colorGreen2);
}

.createYour .craeteYourP {
  color: var(--colorBlue2);
  font-size: clamp(18px, 5vw, 22px);
}

.createYour .contentMiddle {
  background-color: var(--colorGreen2);
}

.craeteYourP {
  font-size: 24px;
  font-weight: bold;
}

.contentLeft {
  width: 12%;
  max-width: 62px;
}

.contentOptionsCon {
  display: flex;
  cursor: pointer;
  height: 56px;
  width: fit-content;
}

.contentMiddle {
  display: flex;
  flex-direction: column;
  background-color: var(--BG6);
  padding: 10px 12px 10px 12px;
  width: 100%;
}

.contentRight {
  width: 12%;
  max-width: 62px;
}

.svgPolygon {
  width: 100%;
}

.contentHeader {
  font-size: 18px;
  font-weight: bold;
  max-height: 48px;
  overflow: hidden;
}

.contentNumber {
  font-size: 14px;
  margin-top: auto;
  padding: 0;
}

.contentName {
  font-size: 14px;
  padding: 0px 0 16px;
}

.contentForm {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
}

.conButtons {
  display: flex;
  flex-direction: column;
}

.conButton {
  display: none;
  margin: 8px auto 0;
  color: var(--colorMain);
  cursor: pointer;
  background: var(--colorMain);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  width: max-content;
  font-size: 18px;
  font-weight: bold;
}

.conButton1 {
  margin: 16px auto;
  color: var(--colorMain);
  cursor: pointer;
  background: var(--colorMain);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  width: max-content;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
  display: none;
}







.overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 2%;
}

.overviewContent {
  position: relative;
  cursor: pointer;
  width: 23%;
}

.overviewMiddle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 8px 6%;
  width: 100%;
  height: 100%;
}

.overviewMiddleP {
  font-size: 24px;
  font-weight: 600;
}

.overviewContentSvg {
  width: 100%;
}








.group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 3%;
}

.groupContent {
  position: relative;
  cursor: pointer;
  width: 17%;
}

.groupOptionsCon {
  height: 120px;
}

.groupMiddle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 8px 16%;
  width: 100%;
  height: 100%;
}

.groupMiddleH {
  font-size: 20px;
  font-weight: 600;
}

.groupMiddleP {
  font-size: 18px;
}

.groupContentSvg {
  width: 100%;
}









.content .formSvg {
  position: absolute;
  width: 12%;
}

.contentRight .formSvg {
  right: 0;
}








@media (orientation: portrait) {
  .lists {
    gap: 40px;
  }

  .overviewContent {
    width: 49%;
  }

  .contentOptionsCon {
    height: 48px;
  }

  .overviewMiddleP {
    font-size: 20px;
  }

  .contentLeft {
    display: none;
  }

  .contentMiddle {
    border-radius: 8px;
    padding: 12px;
  }

  .contentRight {
    display: none;
  }

  .createYour {
    width: 64%;
  } 

  #createYour1 {
    display: flex;
  }

  #createYour3 {
    display: none;
  }

  .groupContent {
    width: 48%;
  }

  .conButtons,
  .conButton {
    margin-top: 8px;
  }  

  .contents {
    gap: 18px 2%;
  }
}





