.single-task .entry-content{
  font-size: 18px;
}

.single-task .entry-content .describer-send-license p{
  font-weight: 400;
  font-size: 18px;
}

.single-left-content .template-content{
  padding-left: 0;
}

.table-user_task{
  font-size: 14px;
}
.table-user_task .task__tags span{
  font-size: 14px;
  padding: 10px;
}

.table-user_task .task__tag-author img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: -12px;
    z-index: 1;
}
.modal .select2-container{
  width: 100% !important;
}
.task__tags-wrap{
  display: flex;
  flex-wrap: wrap;
}
#table-user-task{
  width: 100% !important;
}
#table-user-task .completed {
  color: var(--main);
}

.back-dashboard-btn {
  font-size: 14px;
  text-decoration: underline;
  color: var(--grayscale-900);
}
#table-user-task_wrapper .tag-author span{
  border-radius: 3px;
  height: auto;
  margin-left: 5px;
  padding: 1.5px 5px 1.5px 13px;
}
.dark-mode #table-user-task_wrapper .tag-author span{
  background-color: #4D4D4D;
}

@media screen and (max-width: 1377px) {
  table#table-user-task tbody tr td.task-item-checkbox {
    padding: 19px 0.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .template-content {
    padding-right: 0;
  }

  table#table-user-task tbody tr td .tag-author img {
    margin-right: -10px
  }
}

@media screen and (max-width: 767px) {
  table.table-user_task tbody tr {
    padding: 0;
  }

  table.table-user_task tbody tr td.task-item-checkbox {
    border-bottom: none;
    padding: 12px 12px !important;
  }

  table.table-user_task tbody tr td.dt-mobile .tag-author {
    margin-bottom: 12px;
  }

  table.table-user_task tbody tr td.dt-mobile .td-action {
    margin-left: 5px;
    padding: 12px 0px;
  }

  table#table-user-task tbody tr td.task-item-checkbox {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  table.table-user_task tbody tr td.dt-mobile {
    border: 1pt solid windowtext;
    border-top: none;
  }
}
