@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  height: 90px;
  gap: 0px;
  opacity: 0px;
  display: flex;
  background: #F0F0F0;
  box-shadow: 0px 4px 4px 0px #00000040;
  justify-content: space-between;
  align-items: center;
}

nav .logo {
  height: 49px;
  margin-left: 83px;
  gap: 0px;
  opacity: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

nav .menu {
  display: flex;
  margin-right: 83px;
}

nav .menu a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
}

nav .menu .notification {
  position: relative;
}

nav .menu .notification::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  border: 2px solid white;
}






.sidebar {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  transform: translateX(-250px);
  left: 0%;
  top: 0;
  color: white;
  z-index: 999;
}

.sidebar .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #000000;
  width: 345px;
  height: 50px;
  top: 90px;
  gap: 0px;
  border-radius: 0px 20px 0px 0px;
  opacity: 0px;
  border-bottom: none;
  position: absolute;
  font-size: 10px;
  justify-content: space-between;
}

.sidebar .top p {
  width: 123px;
  height: 24px;
  top: 103px;
  left: 18px;
  gap: 0px;
  opacity: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #FFFFFF;
  position: static;
}

.sidebar .top img {
  width: 30px;
  border-radius: 16px;
  transform: rotate(0deg);
}

.sidebar .top button {
  width: 40px;
  margin-right: 24px;
  border-radius: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collapsed .top img {
  transform: rotate(180deg);
}


.sidebar .bottom {
  width: 345px;
  height: 692px;
  top: 140px;
  min-height: 300px;
  gap: 0px;
  border-radius: 0px 0px 20px 20px;
  opacity: 0px;
  position: absolute;
  background: #FDFDFD;
  box-shadow: 0px 1px 15px 0px #00000040;

}

nav .menu button,
.editing .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  gap: 4px;
  width: 41px;
  background: none;
}

.editing .buttons {
  flex-direction: row;
}

.content {
  padding: 20px;
  margin: 0px 125px;
}

.journey-board {
  margin-bottom: 20px;

}


.task-des {
  margin: 30px 0px;
  border-radius: 5px;
  opacity: 0px;
  background: #E9ECEF;
  padding: 20px;
}

.task-des p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;

}

.task-des h2 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0;
}

.journey-board h1 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0029FF;
  margin: 0px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.journey-board h1 button {
  line-height: 18px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 10px;
  size: 12px;
  width: 125px;
  background: #0029FF;
  border: none;
  font-family: "Poppins", sans-serif;
  max-height: 42px;
}

.journey-board ul {
  list-style: none;
  padding: 0;
}

.journey-board ul li {
  margin-bottom: 10px;
}

.main-content {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  justify-items: center;
}

.asset-container {
  border: 1px solid #ccc;
  padding: 0px;
  border-radius: 8px;
  min-height: 600px;
  width: 488px;
  background: #FDFDFD;
  /* adding new margin in rem and new box-shadow cuz i hate the old one */
  margin: 2rem;
  /* box-shadow: blue 0px 0px 0px 2px inset, rgb(255, 255, 255) 10px -10px 0px -3px, rgb(31, 193, 27) 10px -10px, rgb(255, 255, 255) 20px -20px 0px -3px, rgb(255, 217, 19) 20px -20px, rgb(255, 255, 255) 30px -30px 0px -3px, rgb(255, 156, 85) 30px -30px, rgb(255, 255, 255) 40px -40px 0px -3px, rgb(255, 85, 85) 40px -40px; */

}

.asset-container h2 {
  margin: 0;
  padding: 12px 0px;
  /* border-bottom: 2px solid; */
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  letter-spacing: 0.02em;
  text-align: left;
  background: #000000;
}

.asset-container .description {
  display: none;
  margin-top: 10px;
}

.asset-container p span {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  letter-spacing: 0.02em;
  text-align: left;

}

.asset-container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 10px 20px;
  margin: 0;
}

.asset-container .info-btn {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -32px;
  right: 16px;
}

.asset-container .arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.asset-container iframe {
  width: 100%;
  height: 300px;
  top: 533px;
  left: 214px;
  gap: 0px;
  opacity: 0px;

}

.sidebar-b {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 0;
  width: 95px;
  height: 394px;
  top: 106px;
  gap: 0px;
  border-radius: 20px;
  opacity: 0px;
  background: #FDFDFD;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-direction: row;
}

.sidebar-b .left {
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 20px 0 0 20px;
  background: #000000;
}

.collapsed {
  transform: translateX(0px);
  color: black;
}

.collapsed .total {
  transition: transform 0.3s ease-in-out;
  display: none;
}


.total {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 400;
  border-radius: 20px;
  border: 1px 0px 0px 0px;
  color: #0029FF;
  border: 1px solid #0029FF;
  justify-content: center;
  width: 68px;
  height: 68px;
  transition: transform 0.3s ease-in-out;
  align-items: center;
  position: relative;
  right: -76%;
  top: -96px;
  background: white;
  display: flex;
}

.bottom-buttons {
  display: flex;
  /* background: black; */
  width: 64px;
  left: 100%;
  gap: 9px;
  bottom: 0;
  flex-direction: column;
  position: absolute;

}

.relative {
  position: relative;
}

.bottom-buttons img {
  background: #0029FF;
  border-radius: 200px;
  padding: 22px;
  width: 27px;
}

.asset-content {
  height: 324px;
  border-top: solid #D1CECE;
}

.asset-content .input {
  width: 422px;
  height: 43px;
  border-radius: 5px;
  opacity: 0px;
  background: #FCFBFB;
  border: 0.1px;
  box-shadow: -2px 2px 6px 0px #00000026;
  margin-bottom: 10px;
}

.asset-content .content-value {
  height: 80%;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 2px 10px 0px #0000002E;
  display: flex;
  flex-direction: column;
}

.asset-content .content-value .top {
  height: 30%;
  padding: 15px;
  box-shadow: 0px 2px 10px 0px #0000002E;
}

.asset-container .content-value .bottom {
  box-shadow: -2px 2px 6px 0px #00000026;
  background: #FCFBFB;
}

article {
  height: 75px;
}

.options {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}


.options button {
  border: none;
  background-color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #616161;

  text-align: left;
  font-family: "Poppins", sans-serif;

}

.paragraph {
  background: #EBEBEB;
  border: none;
  width: 102px;
  height: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  size: 12px;
}

.editing {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.thread {
  display: flex;
  background: #FEFFC033;
  align-items: center;
  border: 0.1px solid #00000066;
}

.thread-img {
  width: 15px;
  height: 10px;
  padding: 10px;
}

.thread-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: left;
  color: #000000;
  margin: 0 12%;
}

.add-thread {
  height: 111%;
  margin: 23px;
  display: flex;
  flex-direction: column;
}

.sub-thread-div {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 95px;
  justify-content: space-between;
}

.sub-thread,
.sub-interception {
  width: 200px;
  box-shadow: 1px 3px 8px 0px #00000040;
  border-radius: 20px;
  background: #0000000D;
}

.sub-thread-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: left;
  color: #000000;
  padding: 5px 10px;
  margin: 0;
}

.input-thread {
  width: 100%;
  background: #FDFDFD;
  height: 86%;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;

}

.input-thread input::placeholder {

  font-size: 12px;
  font-weight: 400;
}

.sub-thread-input {
  border: none;
  margin: 6px;
  width: 92%;
  outline: none;
}

.buttons-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;

  margin: 44px 0 20px 0;
  gap: 25px;
  align-items: center;
}

.select-button {
  height: 28px;
  box-shadow: 0px 2px 5px 0px #00000040;
  background: white;
  border: 0;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-align: left;
}

.add-sub-thread {
  width: 90px;
  height: 36px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  box-shadow: 0px 4px 4px 0px #00000040;
  text-align: left;
  background: #0029FF;
  font-family: "Roboto", sans-serif;
  color: white;
  border: none;
  border-radius: 10px;
}

.summary-of-thread {
  width: 100%;
  margin-top: 24px;
  height: 100px;
  box-shadow: 1px 3px 8px 0px #00000040;
  border-radius: 20px;
  background: #0000000D;
}

@media (min-width:1150px) {
  .main-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:650px) {
  .asset-container {
    width: 400px;
  }
}