* {
  font-size: 16px;
}
.name {
  text-decoration: none;
  color: seagreen;
}
.container-fluid {
  width: 100%;
  padding: 0;
}
.detail {
  font-size: 12px;
  color: #555;
}
a {
  text-decoration: none !important;
}
.topic {
  font-weight: 600;
}
.modal-dialog .modal-dialog-scrollable {
  margin: 0;
  max-width: 100%;
}
.row {
  margin: 0;
}
#column1 {
  margin: 16px 50px 0px 10px;
}
#column2 {
  padding: 16px;
}
.modal-lg {
  max-width: 900px;
}
li {
  list-style-type: none;
}
.item {
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
.item:hover > .tooltip {
  opacity: 1;
}
.tooltip {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 0.2rem 1rem;
  left: 10%;
  transform: translateX(-50%);
  top: -35px;
  will-change: transform;
  opacity: 0;
  transition: all 0.4s;
  white-space: nowrap;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.icons {
  display: flex;
  justify-content: flex-start;
}
.icon {
  border: 0.5px solid rgb(233 227 227 / 82%);
  border-radius: 3px;
}
.timer {
  background: rgb(5, 212, 5);
  color: #fff;
  border: none;
  border-radius: 3px;
  margin-left: 5px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.timer i {
  font-size: 14px;
  margin: 2px 5px;
}
.timer:hover {
  background: rgb(8, 167, 8);
}
.addTask {
  width: 340px;
  display: none;
}
.addTask .item {
  margin-right: 5px;
  margin-top: 0.5px;
  font-size: 14px;
}
.addTask .tooltip {
  top: -35px;
  white-space: nowrap;
}
.addTask i {
  margin-left: 2px;
  margin-top: 6px;
}
.addTask:hover {
  background-color: rgb(184, 181, 181);
  border-radius: 5px;
}
.addTask #task {
  width: 260px;
  margin-left: 5px;
  margin-right: 5px;
}
.checklist i {
  font-size: 14px;
  margin-right: 5px;
}
.comment-form,
.remind-form,
.scrollable-menu {
  display: none;
}
.comment-box {
  display: flex;
  flex-direction: column;
}
.comment-form button,
.remind-form button {
  border: none;
  background-color: #49a0f1;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px;
}
.comment-form button {
  margin: 10px 0 10px 230px;
}
.remind-form button {
  margin: 10px 0 10px 217px;
}
.comment-form button:hover {
  background-color: #1683ff;
}
.about i {
  font-size: 14px;
}
.info {
  padding-left: 15px;
}
.info-items {
  height: 30px;
}
.info-items i {
  font-size: 14px;
  margin: 5px;
}
.info-items p,
.info-items label {
  font-size: 14px;
}
.about {
  display: flex;
  justify-content: space-between;
}
.circle {
  cursor: pointer;
  pointer-events: auto;
}
.option {
  pointer-events: auto;
  cursor: pointer;
  border-bottom: 1px dotted gray;
}
.dates input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px dotted gray;
  background-color: unset;
}
.bill {
  font-size: 14px;
  font-weight: 500;
}
.rate {
  font-size: 12px;
}
.dropdown input {
  border-left: 1px dashed #333;
  border-top: 0.5px dashed #ebe8e8;
  border-right: 0.5px dashed #ebe8e8;
  border-bottom: 0.5px dashed #ebe8e8;
  border-radius: 5px;
  background: unset;
}
.scrollable-menu {
  display: none;
  background: #fff;
  border-radius: 7px;
  border: 1px solid lightgray;
  padding: 0px;
  margin-top: 15px;
  max-height: 250px;
  overflow-y: scroll;
}
.select_search_box {
  max-width: 100%;
  margin: 10px 0;
}
.select_search_box select {
  width: 100%;
}
.assignees i,
.follow i,
.reminder i {
  font-size: 14px;
  margin-right: 5px;
}
.members,
.followers {
  display: flex;
  justify-content: space-between;
}
.remind-form p {
  margin-top: 15px;
}
.form-outline {
  display: none;
}
.content {
  background: #fff;
  border-radius: 7px;
  border: 1px solid lightgray;
  margin-top: 15px;
}
.content .search {
  position: relative;
  padding-right: 5px;
}
.search input {
  width: 90%;
  border: 1px solid #49a0f1;
  border-radius: 5px;
  margin: 15px;
}
.content {
  display: none;
}
.content hr {
  margin: 0px;
  color: #888;
}
.content ul {
  margin-bottom: 0rem;
  padding: 2px 10px;
}
.content .options {
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
}
.options li {
  cursor: pointer;
  pointer-events: auto;
  padding: 5px;
}
.options li:hover {
  background: #f2f2f2;
}
.drag-area {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #e0eafc;
  height: 150px;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
}
.drag-area .button,
.drag-area .browse {
  color: #49a0f1;
  cursor: pointer;
  pointer-events: auto;
}
.drag-area .support {
  font-size: 12px;
  color: gray;
  padding: 10px 0 15px 0;
}
.drag-area.active {
  border: 2px solid #1683ff;
}
.drag-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-items {
  display: flex;
}
