.card {
  border-left: 0.2rem solid;
  font-weight: 400;
}

small {
  color: #959595;
  font-family: sans-serif;
}

.card-text.pl-4 {
  color: #111;
}

.card-body > .d-flex > p {
  align-self: baseline;
  margin-right: 5%;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}

.card > a {
  width: 100%;
  height: 100%;
  position: absolute;
}

#addModalContainer,
#infoModalContainer,
#deleteModalContainer {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #2525258e;
  z-index: 10000;
  align-content: center;
}

.modaltoggle {
  display: block !important;
}

#addModalContainer > :last-child,
#infoModalContainer > :first-child,
#deleteModalContainer > :first-child {
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

.modalMain {
  background-color: white;
  transition: all 0.2s ease;
  transform: translateY(-100%);
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 5px 18px 0 rgb(0 0 0 / 12%), 0 3px 15px -1px rgb(0 0 0 / 20%);
}

.modalMain.transform {
  transform: translateY(0) !important;
}

option > div {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #000;
}

.infoModal {
  z-index: 100;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 80px 25px;
  background-color: white;
  transition: all 0.2s ease;
  transform: translateX(100%);
}

.infoModal.transform {
  transform: translateX(0) !important;
}

.closeBtn {
  padding: 10px;
  position: absolute;
  outline: none;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}

.closeBtn:hover {
  background-color: #e5e5e5 !important;
}

#keywords {
  padding: 10px;
}

#addKeywords {
  border-top: #7070704f dashed 1px;
  margin-top: 50px;
  padding: 10px;
}

.deleteModal {
  z-index: 100;
  width: 350px;
  padding: 25px 40px;
  margin: auto;
  margin-top: 100px;
  border-radius: 10px;
  background-color: white;
  transition: all 0.2s ease;
  transform: translateY(-100%);
}

.deleteModal > * {
  margin: 10px 0;
}

.deleteModal.transform {
  transform: translateY(0) !important;
}

#MainPage {
  position: relative;
  width: calc(100% - 450px);
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-top: 50px !important;
  height: 100%;
  overflow-y: scroll;
}

#allLogsContainer {
  width: 700px;
  height: 100%;
  margin: auto;
  padding-left: 20px;
  color: #454545;
}

.logContainer {
  padding: 50px 50px;
  width: 100%;
  border-bottom: #4e40404f dashed 2px;
}
.logContainer * {
  outline: none;
  min-height: 10px;
}

.logContainer ul {
  margin: 0;
  padding-left: 1rem;
}

.logContainer ol {
  margin: 0;
  padding-left: 0;
}

.logTitle {
  color: black;
  transform: translateX(-25px);
}

.strikeThrough {
  text-decoration: line-through;
  color: gray;
}

.cursorForStrike li:hover {
  cursor: default;
  background-color: #b6b6b64f;
}

.stikeBtnActive {
  background-color: crimson !important;
  fill: white;
}
