.modal {
  width: 525px !important;
  height: 931px !important;
}

.modal-header h2 {
  font-size: 40px !important;
  font-weight: 700;
  font-style: bold;
  margin-top: 20px;
}

.muted {

  font-size: 20px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.meta-item {

  display: flex;
  flex-direction: row;
  font-size: 20px;
  gap: 25px;
  height: 24px;
  width: fill 24px;
  margin-bottom: 10px;
}

.meta-row {
  flex-direction: column;
}

.us-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.block-title {
  margin-top: 10px !important;
  font-size: 20px;
}

.meta-value {
  font-size: 20px !important;
}


.assignees-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}

.assignee-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .25rem .6rem;
  border-radius: 9999px;
  background: var(--surface-2, #f3f4f6);
  border: 1px solid var(--border, #e5e7eb);
  line-height: 1;
  white-space: nowrap;
}

.assignee-name {
  font-size: 19px;
  margin-left: 16px;
  font-style: normal !important;
}

.avatar-img,
.avatar-fallback {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  user-select: none;
}

.meta-label {

  font-size: 20px !important;
}

.avatar-fallback {
  background: var(--surface-3, #e5e7eb);
}

.meta-row {
  display: flex;
}

.assignee-list {
  display: flex;
  flex-direction: column;
}

.subtasks-wrap {
  display: flex;
  flex-direction: column;
}

.subtask-item {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 16px;
  transition: background 120ms ease, padding 120ms ease, margin 120ms ease;
  gap:10px;
  cursor: pointer;
}

.badge-blue {
  border-radius: 8px !important;
  border-style: solid;
  border-color: rgba(0, 56, 255, 1);
  background-color: rgba(0, 56, 255, 1);
  color: white;
  font-size: 23px !important;
}

#edit-overlay-background {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}

#addTask-edit-close-Img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.edit-overlay body {
  font-family: system-ui, sans-serif;
  background: #fff;
  margin: 0;
}

.edit-overlay h1.task-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.edit-overlay #add-task-button {
  display: none !important;
}

.edit-overlay #edit-overlay-accept {
  display: inline-block !important;
}


.edit-overlay-card {
  width: 525px;
}

#overlay-add-task {
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .45);
}

#overlay-add-task.active {
  display: flex;
}

#overlay-add-task .modal {
  width: min(920px, 96vw);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
  transform: translateY(8px) scale(.985);
  opacity: .98;
  transition: transform .25s ease, opacity .25s ease;
  position: relative;
}

#overlay-add-task.active .modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

#edit-overlay .task-content-container {
  background: white;
  padding-bottom: 92px;
}

.edit-overlay-exit {
  transition: transform 0.25s ease;
  transform: translate(220%, -50%) !important;
}

.card-overlay-assigned_to-details-container {
  gap: 8px;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.edit-overlay .tbc-wrapper {
  background: white;
  display: none;
  position: fixed;
  height: 100px;
  left: 0;
  right: 16px;
  bottom: 2px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  z-index: 9998;
}

.edit-overlay #filteredBadgesContainer {
  display: flex;
  width: 50px;
}

.card-overlay-title-container {
  width: 445px;
  font-weight: 700;
  font-style: bold;
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}

.card-overlay-description-details-container {
  font-weight: 400;
  font-style: normal;
  padding-top: 20px;
  font-size: 18px;
}

.card-overlay-description-details-container p {
  display: grid;
  grid-template-columns: 110px auto;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 24px;
}

.card-overlay-description-details-container img {
  padding-bottom: 19px;
}

.card-overlay-description-container {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 10px;
}

.card-overlay-priority-details-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}


.card-overlay-user-details-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.card-overlay-badge-name-details-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 216px;
  height: 42px;
  gap: 16px;
  margin-top: 16px;
}

.card-overlay-subtasks-details-container {
  gap: 12px;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 22px;
}

.card-overlay-icons-details-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  bottom: 48px;
  right: 40px;
}

.card-overlay-separationline-details-container {
  width: 0px;
  height: 24px;
  border-width: 1px;
  border: 1px solid #D1D1D1
}

.card-overlay-delete-icon-details-container {
  width: 81px;
  height: 24px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  cursor: pointer;
}

.card-overlay-main-container {
  height: 36px;
  width: 164px;
  border-radius: 8px;
  color: white;
  font-weight: 400;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-overlay-main-container-img {
  cursor: pointer;
  object-fit: contain;
  transition: padding .15s ease, background-color .15s ease;
  width: 24px;
  height: 24px;
  border-radius: 20px;
}

.card-overlay-main-container-img:hover {
  background-color: rgba(0, 0, 0, .06);
  border-radius: 20px;
  cursor: pointer;
}

.overlay-cards {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  display: grid;
  place-items: center;
  z-index: 999999;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.edit-overlay .task-inner-content {
  flex: 1;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#edit-overlay-background.is-open {
  display: grid;
}