.container-fluid,
aside {
  position: fixed;
  height: 100%;
}

.global-containers,
body {
  margin: 0 !important;
  box-sizing: border-box;
}

*,
.global-containers,
body {
  box-sizing: border-box;
}

aside,
body {
  height: 100%;
}

body,
html {
  height: -webkit-fill-available;
}

.card-dash i,
.list-team,
.list-team .user-list,
.sidebar,
.sidebar .project-logo i,
a.nav-icon:hover i,
i.searchicon,
input[name="searchteam"] {
  transition: 0.2s ease-in-out;
}

.sidebar .sidebar-nav .sidebar-item.side-parent .navicon,
i#comment-send {
  margin-left: auto;
}

#icon-desc:hover,
i#comment-send:hover {
  filter: brightness(80%);
}

#modaldetail #panes .tab-detail .tab-detail-item.active i,
.link-new {
  color: rgba(0, 51, 196);
}

.sidebar .project-logo i,
.task-priority button.on[data-value="low"] {
  background-color: rgba(0, 51, 196);
}

.bdg-primary-40,
:root {
  --bdg-round-bg: rgba(0, 51, 196, 0.15);
}

:root {
  --avatar-size: 30px;
  --kanban-card: rgba(0, 51, 196, 0.075);
  --kanban-radius: 10px;
  --kanban-border: none;
  --kanban-badge-bg: rgba(0, 51, 196);
  --bg-progress: rgba(0, 0, 0);
  --btn-bg: transparent;
  --form-border: 0.8px solid rgba(0, 0, 0, 0.25);
  --form-focus-border: 1.8px solid rgba(0, 51, 196, 0.8);
  --bg-task-prio: rgba(0, 51, 196);
  --bg-task-prio-bg: rgba(0, 51, 196, 0.35);
}

* {
  font-family: Poppins, sans-serif;
}

body {
  padding: 0;
  width: 100vw;
}

.global-containers {
  background-color: rgba(255, 255, 255) !important;
  opacity: 0;
}

::-webkit-scrollbar {
  width: 3px;
  height: 4px !important;
  background-color: rgba(104, 104, 104, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 3rem;
  background-color: rgba(0, 51, 196, 0.75);
}

.ictask,
.link-new,
.project-header,
.recent-card .card,
.sidebar {
  background-color: rgba(255, 255, 255);
}

.container-fluid {
  top: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  min-height: 100%;
  max-height: 100% !important;
  overflow: auto;
}

a {
  color: rgba(0, 0, 0);
  text-decoration: none;
}

.navbar {
  margin-top: 0.5rem !important;
  border-radius: 10px;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.15));
}

.navbar .nav-item .row,
.row {
  display: flex;
  flex-wrap: wrap;
}

.navbar .nav-item .row > *,
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: calc(1.2px);
}

.navbar .nav-item .row h5,
.navbar .nav-item .row span {
  margin-bottom: 2px;
}

a.nav-icon:hover i {
  color: #000 !important;
}

.project-header {
  position: fixed;
  width: 98%;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
  margin-top: 4rem;
  border-radius: 10px;
  z-index: 1;
}

.link-new,
aside {
  width: max-content;
}

.margin-0,
.project-header p {
  margin: 0;
}

aside {
  max-height: 100%;
  z-index: 1898123787;
}

.sidebar {
  filter: drop-shadow(1px 1px 3px rgba(108, 108, 108, 0.35));
  min-width: 220px;
  max-width: 220px;
  height: 100%;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.sidebar .project-logo {
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: relative;
}

.sidebar .project-logo div img {
  width: 45px;
  height: inherit;
  object-fit: contain;
  margin-right: 0.45rem;
}

.sidebar .project-logo div .logo-lg {
  height: 50px;
}

.sidebar .project-logo div .logo-lg img {
  width: 143px !important;
  padding: 4px;
  margin: 0;
  height: 100% !important;
  object-fit: cover;
  display: flex;
  justify-content: center;
}

#append-task-listview .icc,
#desc-section.desc-edit #task-description,
#modaldetail .atc,
#modaldetail .btn-act-wrap,
#modaldetail .date-sm,
#modaldetail .dropdown-tags,
.list-team .user-list .user-head .removeUser,
.project-header #btn-board.sm,
.tab-selection .tab-item:not(.tab-active) span,
aside.show-lg .sidebar .project-logo div .logo-lg,
aside:not(.show-lg) .sidebar .project-logo div .logo-sm,
span.small {
  display: none;
}

.sidebar .project-logo i {
  position: absolute;
  padding: 8px;
  border-radius: 25%;
  right: -6%;
  color: #fff;
  cursor: pointer;
}

.sidebar .sidebar-nav {
  height: max-content;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 8px 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
}

.sidebar .sidebar-nav a:not(.sbs) {
  width: 100%;
  padding: 0;
  margin: 0;
}

.sidebar .sidebar-nav .sidebar-item {
  width: inherit;
  padding: 14px;
  margin-bottom: 5px;
  border-radius: 8px;
  /* background-color: purple; */
  color: rgba(0, 0, 0, 0.65);
  transition: 0.15s ease-in-out;
  display: flex;
  align-items: center;
}

.row.no-m > .dflex > *,
img.img-profile {
  margin-bottom: 0 !important;
}

#comment-form,
.sidebar .sidebar-nav .sidebar-item:hover:not(.active),
.submenu-div .submenu-item-side:hover {
  background-color: rgba(0, 51, 196, 0.15);
}

.sidebar .sidebar-nav .sidebar-item.side-parent {
  padding-block: 10px;
}

#icon-desc:hover,
#tag-form i:hover,
.kanban .row .col-3 .card i,
.row.comments i.bx-dots-vertical-rounded:hover,
.sidebar .sidebar-nav .sidebar-item:hover {
  cursor: pointer;
}

.sidebar .sidebar-nav .sidebar-item:hover:not(.active) i {
  color: rgba(0, 51, 196) !important;
  transition: 0.2s ease-in-out;
}

.sidebar .sidebar-nav .sidebar-item.active {
  background-color: rgba(0, 51, 196, 0.95);
  color: #fff;
}

.tab-selection .tab-item:hover {
  background-color: rgba(0, 51, 196, 0.25);
}

.sidebar .sidebar-nav .sidebar-item i {
  margin-right: 24px;
}

.sidebar .sidebar-nav a:not(.sbs) .submenu {
  display: none;
  width: 100%;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 0;
  padding-left: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sidebar .sidebar-nav a:not(.sbs) .submenu .submenu-item {
  border-radius: 6px;
  padding-inline: 6px;
  padding-block: 4px;
  margin-bottom: 5px;
  transition: 0.2s ease-in-out;
}

.sidebar .sidebar-nav a:not(.sbs) .submenu .submenu-item:hover {
  cursor: pointer;
  background-color: rgba(0, 51, 196, 0.15);
}

.sidebar .sidebar-nav .sidebar-item.side-parent i:last-child {
  margin-right: 0;
  transition: 0.3s ease-in-out;
}

.sidebar .sidebar-nav .sidebar-item.side-parent.active i:last-child {
  transform: rotate(90deg);
}

.sidebar .sidebar-nav .sidebar-item.side-parent.active {
  margin-bottom: 0;
}

.sidebar .logout {
  padding: 1rem;
}

.sidebar .logout button {
  width: 100%;
  border-radius: 1rem !important;
}

.link-new {
  box-shadow: 1px 1px 4px rgba(108, 108, 108);
  height: max-content;
  padding-block: 4px;
  padding-inline: 6px;
  border-radius: 3px;
  position: absolute;
  top: -65px;
  display: none;
}

.text-primary,
i#comment-send:hover {
  color: rgba(0, 51, 196) !important;
}

.link-new.show {
  display: flex;
  flex-direction: column;
}

.link-new .link-item .link-items {
  width: 100%;
  height: max-content;
  transition: 0.2s ease-in-out;
  padding-inline: 4px;
  padding-block: 6px;
  border-radius: 4px;
}

.link-new .link-item hr {
  border: none;
  height: 1px;
  background-color: var(--primary-40);
}

.link-new .link-item .link-items:hover {
  background-color: rgba(0, 51, 196, 0.25);
  transition: 0.2s ease-in-out;
}

.p-x-y {
  padding: 20px !important;
}

.p-x-y-sm {
  padding: 12px !important;
}

.p-x {
  padding-left: calc(0.5rem) !important;
  padding-right: calc(0.5rem) !important;
}

.p-x-sm {
  padding-left: calc(0.35rem) !important;
  padding-right: calc(0.35rem) !important;
}

.p-x-2 {
  padding-left: calc(1rem) !important;
  padding-right: calc(1rem) !important;
}

.p-x-3 {
  padding-left: calc(1.3rem) !important;
  padding-right: calc(1.3rem) !important;
}

.p-x-4 {
  padding-left: calc(1.6rem) !important;
  padding-right: calc(1.6rem) !important;
}

.margin-t {
  margin-top: calc(0.15rem) !important;
}

.margin-t-2 {
  margin-top: calc(0.2rem) !important;
}

.margin-t-semi-3 {
  margin-top: calc(0.5rem) !important;
}

.margin-t-3 {
  margin-top: calc(1rem) !important;
}

.margin-t-4 {
  margin-top: calc(1.65rem) !important;
}

.margin-t-5 {
  margin-top: calc(1.8rem) !important;
}

.margin-r-2 {
  margin-right: calc(0.2rem) !important;
}

.margin-r-3 {
  margin-right: calc(0.5rem) !important;
}

.margin-l-2 {
  margin-left: calc(0.2rem) !important;
}

.margin-l-3 {
  margin-left: calc(0.5rem) !important;
}

hr.text-secondary {
  border-color: rgba(104, 104, 104, 0.15);
}

.text-secondary {
  color: rgba(104, 104, 104, 0.8) !important;
}

.text-warning {
  color: rgba(234, 151, 55) !important;
}

.text-orange {
  color: rgba(229, 121, 60) !important;
}

.text-success {
  color: rgba(25, 135, 84) !important;
}

.text-danger {
  color: rgba(220, 53, 69) !important;
}

.text-white {
  color: rgba(255, 255, 255) !important;
}

.text-dark {
  color: rgba(104, 104, 104) !important;
}

.text-violet {
  color: rgba(100, 69, 215) !important;
}

.fw-semibold {
  font-weight: 800 !important;
}

.fw-prebold {
  font-weight: 600 !important;
}

.fw-normal {
  font-weight: 400;
}

.fs-4 {
  font-size: 1.3rem !important;
}

.fs-5 {
  font-size: 1.15rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-6set {
  font-size: 0.9rem !important;
}

.fs-7 {
  font-size: 0.8rem !important;
}

.fs-7set {
  font-size: 0.76rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.bg-primary {
  background: rgba(0, 51, 196);
}

.bg-secondary {
  background-color: rgba(255, 255, 255, 0.6);
}

.rounded {
  border-radius: calc(0.8rem);
}

.d-none,
.precontent.d-none,
.preload.d-none {
  opacity: 0;
  visibility: hidden;
}

.dflex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: start;
}

.align-end {
  align-items: end;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

#comment-form,
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.task-priority {
  width: 100%;
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background-color: var(--bg-task-prio-bg);
  transition: 0.3s ease-in-out;
}

.table-wrapper,
.wrap-calendar {
  background-color: rgba(255, 255, 255);
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
  height: max-content;
}

.task-priority button {
  width: 33.3333333333%;
  height: 34px;
  transition: 0.3s ease-in-out;
  border-radius: 8px !important;
  background-color: rgba(0, 51, 196, 0.35);
}

.task-priority button:hover {
  background-color: rgba(108, 108, 108, 0.15) !important;
  cursor: pointer;
  color: rgba(255, 255, 255);
}

.task-priority button.on[data-value="middle"] {
  background-color: rgba(229, 121, 60);
}

.task-priority button.on[data-value="high"] {
  background-color: rgba(220, 53, 69);
}

.task-priority.high button:not([data-value="high"]),
.task-priority.low button:not([data-value="low"]),
.task-priority.middle button:not([data-value="middle"]),
textarea#comment {
  background-color: transparent;
}

.task-priority.low {
  background-color: rgba(0, 51, 196, 0.35) !important;
}

.task-priority.middle {
  background-color: rgba(229, 121, 60, 0.35) !important;
}

.task-priority.high {
  background-color: rgba(220, 53, 69, 0.35) !important;
}

#tag-form input {
  margin-top: 4px;
  margin-right: 4px;
  width: 80%;
  height: 32px;
}

input[name="newtask-input"],
input[name="subtask"] {
  font-size: 14px;
  border: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

#modaldetail #panes .tab-detail .tab-detail-item.active,
.card-table,
.collapse-div,
.precontent,
.preload,
input[type="radio"],
select {
  background-color: #fff;
}

input[name="newtask-input"]:focus {
  outline: 0;
  border-bottom: 0.8px solid rgba(0, 51, 196, 0.6);
}

#desc-section #task-desc-edit {
  display: none;
  transition: 0.3s ease-in-out;
}

#desc-section.desc-edit #task-desc-edit,
#modaldetail .dropdown-tags.active,
.dropdown-calendar.show,
.dropdown.active .dropdown-content,
aside.show-lg
  .sidebar
  .sidebar-nav
  .sidebar-item.side-parent.openSub
  .submenu-div,
i.searchicon.show {
  display: block;
}

#comment-form {
  border-radius: 8px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
}

textarea#comment {
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0;
  margin: 0 5px;
  width: 90%;
}

textarea#comment:focus {
  outline: 0;
  border: none;
  border-bottom: 1px solid !important;
}

i#comment-send {
  margin-right: 0 !important;
  cursor: pointer;
}

.table-wrapper {
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

.wrap-calendar {
  padding: 10px;
  margin-top: 10px;
}

#modaldetail .modal-body .row:not(.no-m),
#modaldetail .modal-body .row:not(.no-m) .dflex > :not(.btn-del-detail i) {
  margin-bottom: 12px;
}

#modaldetail .modal-body .row .dflex > span input {
  font-size: 14px;
  width: 75px;
  max-width: 250px !important;
  height: 25px;
  text-align: center;
  border: none;
}

#modaldetail .modal-body .row .dflex > p {
  width: max-content;
  max-width: 25rem;
}

#modaldetail .detail-data div span:first-child {
  margin-right: 25px !important;
}

#modaldetail .groupStatus {
  padding: 2px;
  margin-bottom: 5px !important;
  padding-top: 0 !important;
  border-radius: 2px;
  margin-right: 0 !important;
  width: max-content;
}

#modaldetail .groupStatus button {
  margin: 0;
  height: 100%;
  border-radius: 0;
}

#modaldetail #subtask-append-detail,
#modaldetail .attach-data {
  max-height: 200px;
  overflow: auto;
}

#modaldetail .subtask-empty {
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modaldetail .btn-sort {
  width: max-content;
  height: 25px;
  margin: 0 !important;
  display: flex;
  padding: 2px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  align-items: center;
}

#modaldetail .attach-data .attach-f {
  width: 100%;
  height: max-content;
  padding: 12px;
  margin-bottom: 5px !important;
  border-radius: 2px;
}

#modaldetail .attach-data .attach-f button,
.collapse-card:not(.empty) .list-board > *,
.project-footer > *,
.recent-card .card-recent > * {
  margin-right: 12px;
}

#modaldetail .attach-data .attach-f:hover {
  background-color: rgba(0, 51, 196, 0.15);
  filter: brightness(90%);
  cursor: pointer;
}

#modaldetail .attach-data .attach-f .row div span {
  margin: 0 !important;
  padding: 0;
}

#modaldetail .attach-field {
  width: 100%;
  min-height: 120px;
  max-height: 300px;
  overflow: auto;
  background-color: rgba(0, 51, 196, 0.15);
  border-radius: 8px;
  margin-top: 12px;
  display: flex;
  padding-left: 12px;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#modaldetail .attach-field span#browseFile:hover {
  text-decoration: underline;
  cursor: pointer;
}

#modaldetail .attach-field .col-3 {
  padding: 10px;
}

#modaldetail .attc {
  width: 100%;
  height: 100%;
  padding-top: 8px;
  margin: -5px;
}

#modaldetail .attach-field .col-3 .attach-card {
  z-index: 2;
  width: 60%;
  height: 90px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(53, 100, 226);
  margin-bottom: 1px !important;
}

#modaldetail .attach-field .col-3 .attach-card:hover {
  cursor: pointer;
  filter: brightness(92%);
}

#modaldetail .attach-field .col-3 .dis-textarea {
  width: 100%;
  justify-content: center;
  display: none;
}

#modaldetail .avatar-comment {
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: start;
}

#modaldetail .breadcrumb-detail > *,
.bdg-round i,
.dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
  margin-right: 5px;
}

#modaldetail .parap-comment {
  text-align: justify;
  margin-top: 10px;
  padding-right: 18px;
}

#modaldetail #comment-parap .col-10 > * {
  font-size: 12px !important;
  color: #000;
  text-align: justify;
  padding: 0;
  margin: 0;
}

#modaldetail #panes .tab-detail {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(27, 31, 35, 0.15);
}

#modaldetail #panes .tab-detail .tab-detail-item {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0, rgba(27, 31, 35, 0.15) 0 0 0 1px;
  background-color: rgba(209, 209, 211);
}

#modaldetail #panes .tab-detail .tab-detail-item:hover,
.list-team .user-list:hover {
  filter: brightness(90%);
  cursor: pointer;
}

#modaldetail #panes .tab-detail .tab-detail-item i {
  color: rgba(104, 104, 104, 0.8);
}

#modaldetail #panes .tab-detail .tab-detail-item:first-child {
  border-right: none;
}

#modaldetail .breadcrumb-detail {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgba(243, 243, 243);
  border-radius: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  margin-bottom: 5px;
}

#modaldetail .dropdown-tags.active .dropdown-content {
  left: 0;
}

#load-dash {
  margin-top: 85px !important;
  width: 100%;
  height: max-content;
}

#load-dash .btnr {
  display: flex;
  justify-content: end;
}

#load-dash .btnr > *,
.kanban .row .col-3 .row .task .footer .footer-link > * {
  margin-right: 10px;
}

.avatar,
.collapse-card,
.collapse-home,
.dropdown,
.search {
  position: relative;
}

#append-task-listview {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  /* height: 65vh; */
  overflow: auto;
}

#append-task-listview .list-task .col-4.tname:hover {
  color: rgba(108, 108, 108);
  cursor: pointer;
}

#append-task-listview .list-task .col-4.tname:hover i {
  opacity: 1 !important;
}

#append-task-listview .list-task .col-4.tname:hover .icc,
.avatar-group,
.btn-task:hover .ictask,
.form-group .radio {
  display: flex;
}

.add-list {
  width: 100% !important;
}

.add-list,
.add-task-list {
  display: flex;
  align-items: center;
  width: max-content;
  border-radius: 5px;
  padding: 5px;
  color: rgba(108, 108, 108);
  transition: 0.3s ease-in-out;
}

.add-list:hover,
.add-task-list:hover {
  color: rgba(0, 51, 196);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.add-list i,
.add-task-list i {
  transition: 0.3s ease-in-out;
}

.add-list:hover i,
.add-task-list:hover i {
  transform: rotate(90deg) !important;
  transition: 0.3s ease-in-out;
}

.list-task {
  display: flex;
  flex-wrap: wrap !important;
  overflow: visible !important;
  padding-top: 8px;
  padding-bottom: 8px;
  height: max-content !important;
  margin-bottom: 8px;
}

.list-task.datas .col-12 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(108, 108, 108, 0.25);
}

.ictask {
  margin-left: 12px;
  padding: 2px;
  display: none;
  border-radius: 5px;
}

.ictask i {
  color: rgba(108, 108, 108);
}

.selection-home {
  margin-top: 70px;
  width: 100%;
  height: 45px;
  display: flex;
}

.selection-home .selection-home-item > a {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  width: max-content;
  height: max-content;
  padding: 3px 3px 8px;
  position: relative;
}

.selection-home .selection-home-item a.active::before {
  content: "";
  width: 100%;
  height: 3px;
  margin-top: 8px;
  background-color: rgba(0, 51, 196);
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  position: absolute;
  bottom: 2px;
  right: 0;
}

.collapse-home {
  width: 100%;
  height: max-content;
  margin-bottom: 10px;
}

.collapse-home .collapse-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
}

.collapse-home .collapse-title i {
  margin-left: 10px;
  font-size: 8px;
}

.collapse-home .collapse-title:hover,
i.searchicon:hover {
  cursor: pointer;
  filter: brightness(90%);
}

.collapse-card * {
  opacity: 0;
}

.collapse-card.show * {
  opacity: 1;
}

.collapse-home .collapse-card:not(.etc) {
  width: 100%;
  height: max-content;
  margin-top: 8px;
  padding: 24px 18px;
  border: 1px solid rgba(108, 108, 108, 0.25);
  border-radius: 1rem;
}

#collapse-parent {
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}

.collapse-card .collapse-card-notice {
  height: max-content;
  text-align: center;
}

.collapse-card:not(.etc) .collapse-card-notice img {
  width: 320px;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  #append-task-listview .col-4,
  .collapse-card:not(.etc) .collapse-card-notice img,
  .list-task.datas .col-12 .col-4 {
    width: 100%;
  }

  #append-subtask input[name="newtask-input"] {
    font-size: 14px;
    border: none;
    width: 100% !important;
    background-color: transparent;
    transition: 0.3s ease-in-out;
  }

  #append-subtask input[name="newtask-input"]:focus {
    outline: 0;
    border-bottom: 0.8px solid rgba(0, 51, 196, 0.6);
  }

  #modaldetail #append-subtask .btn-sort {
    width: 100%;
    height: 25px;
    margin: 6px 0 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    padding-left: 8px !important;
    padding-right: 8px !important;
    align-items: center;
  }

  #append-task-listview {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  #append-task-listview .list-task .col-4.tname:hover {
    color: rgba(108, 108, 108);
    cursor: pointer;
  }

  #append-task-listview .list-task .col-4.tname:hover ~ .ic {
    opacity: 1;
  }

  .list-task {
    display: flex;
    flex-wrap: wrap !important;
    overflow: visible !important;
    padding-top: 8px;
    padding-bottom: 8px;
    height: max-content !important;
    margin-bottom: 8px;
  }

  .list-task.datas .col-12 {
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(108, 108, 108, 0.25);
  }

  #append-task-listview .col-2,
  .list-task.datas .col-12 .col-2 {
    display: none;
  }
}

.collapse-card:not(.etc) .collapse-card-notice .notice-head {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.collapse-home .collapse-card.etc {
  width: 100%;
  height: max-content;
  margin-top: 8px;
  padding: 18px;
  border: 1px solid rgba(108, 108, 108, 0.25);
  border-radius: 1rem;
}

.collapse-home .collapse-card.etc.empty {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collapse-card:not(.empty) .list-board {
  width: 100%;
  height: max-content;
}

.collapse-card:not(.empty) .list-board .list-title,
.kanban .row .col-3 .row .task .footer .footer-link .footer-link-item {
  display: flex;
  align-items: center;
}

.collapse-card:not(.empty) .list-board .list-task {
  margin-top: 2px;
  width: 100% !important;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
}

.collapse-card:not(.empty) .list-board .list-task .list-tasklist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: max-content;
}

.collapse-card:not(.empty)
  .list-board
  .list-task
  .list-tasklist
  .col-6
  > :not(:last-child),
.form-group .radio div input {
  margin-right: 6px;
}

.collapse-card:not(.empty)
  .list-board
  .list-task
  .list-tasklist
  .col-6
  span:last-of-type:hover {
  cursor: pointer;
  color: rgba(108, 108, 108, 0.6) !important;
}

.collapse-card:not(.empty) .icon-due:hover {
  color: rgba(220, 53, 69) !important;
  cursor: pointer;
}

.collapse-card:not(.empty) .icon-priority:hover {
  color: rgba(234, 151, 55) !important;
  cursor: pointer;
}

.dropdown-calendar {
  position: absolute;
  z-index: 3;
  display: none;
}

.groupTask {
  width: max-content;
  position: relative;
}

.precontent,
.preload {
  height: 100%;
  display: flex;
  opacity: 1;
  transition: 0.3s ease-in-out;
  position: absolute;
  justify-content: center;
}

.preload {
  width: 100%;
  z-index: 1898123790;
  align-items: center;
}

.precontent,
.tab-selection {
  align-items: center;
  width: 100%;
}

.preload img {
  transform: scale(0.5);
}

.precontent img {
  transform: scale(0.08);
}

.global-containers.show {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.collapse-div {
  border-radius: 8px;
  height: 25px;
  max-height: 25px;
  width: 100%;
  overflow: hidden;
  padding: 4px 4px 4px 6px;
  transition: 0.2s ease-in-out;
  border: 1px solid rgba(53, 100, 226, 0.15);
}

.tab-selection,
.tab-selection .tab-item {
  justify-content: center;
  border-radius: 10px;
  height: max-content;
  display: flex;
}

.collapse-div:hover {
  filter: brightness(92%);
}

.collapse-div.collapse {
  height: max-content;
  max-height: 100px;
  overflow: auto;
}

.tab-selection {
  padding: 5px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  z-index: 999999;
  background-color: #d9e0f6;
  position: sticky;
  top: 75px;
}

.tab-selection .tab-item {
  transition: 0.3s ease-in-out;
  align-items: center;
  width: max-content;
  padding: 8px;
  margin-right: 4px;
}

.recent-card .card.active:hover,
.tab-selection .tab-item:hover {
  filter: brightness(90%);
}

.tab-selection .tab-item:hover i {
  transform: scale(1.1);
}

.tab-selection .tab-item i {
  margin-right: 10px;
  transition: 0.15s ease-in-out;
}

.tab-selection .tab-item:not(.tab-active) i {
  color: rgba(0, 0, 0, 0.25);
}

.tab-selection .tab-item.tab-active {
  transition: 0.3s ease-in-out;
  background-color: rgba(0, 51, 196);
  color: #fff;
}

.row .box-wrap {
  padding: 20px;
  border: 1px solid rgba(0, 51, 196, 0.25);
  border-right: none;
  border-radius: 4px;
}

.row .box-wrap:nth-child(3),
.row .box-wrap:nth-child(6) {
  border-right: 1px solid rgba(0, 51, 196, 0.25);
}

.row .box-wrap div i {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
}

.row .box-wrap div .health {
  margin-top: 10px;
}

.row .box-wrap div .health > * {
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.row .box-wrap .chart-wrapper {
  display: flex;
  justify-content: center;
}

.row .box-wrap .chart-wrapper div#task-chart {
  margin-top: 18px;
}

.m-item-4 > :not(.img) {
  margin-right: calc(1.8rem) !important;
}

.h-min-40 {
  height: 40px;
}

.btn {
  padding: calc(0.5rem);
  border: none;
  background-color: var(--btn-bg);
  color: #fff;
  cursor: pointer;
  border-radius: calc(0.4rem) !important;
  transition: 0.2s ease-in-out;
}

.projects .card,
.recent-card .card {
  border-radius: calc(1rem);
  transition: 0.2s ease-in-out;
}

.btn[data-bs-dismiss="modal"]:not(.btn-close) {
  padding: 0;
}

.btn:hover {
  filter: brightness(85%);
}

.btn-primary {
  --btn-bg: rgba(0, 51, 196) !important;
}

.btn-info {
  --btn-bg: rgba(0, 51, 196, 0.15) !important;
}

.btn-secondary {
  --btn-bg: rgba(0, 0, 0, 0.45) !important;
}

.btn-warning {
  --btn-bg: rgba(234, 151, 55) !important;
}

.btn-success {
  --btn-bg: rgba(25, 135, 84) !important;
}

.btn-danger {
  --btn-bg: rgba(220, 53, 69) !important;
}

.btn-circle {
  border-radius: calc(50rem) !important;
}

.btn-pill {
  border-radius: 25rem !important;
  padding-left: 14px;
  padding-right: 14px;
}

button[disabled="disabled"] {
  pointer-events: none;
  cursor: not-allowed;
  filter: contrast(0.5);
}

img.img-profile {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-right: 0 !important;
  border-radius: 50%;
}

.card-table {
  width: 100%;
  height: 100%;
  padding: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.card-table .card-header {
  border-bottom: 1px solid rgba(108, 108, 108, 0.15);
  padding-bottom: 6px;
  margin-bottom: 8px;
}

.projects .card .card-project .row > *,
.recent-card .card-recent .row > * {
  margin-bottom: 2px !important;
}

.recent-card .card {
  min-height: calc(100vh / 8);
  min-width: calc(100vh / 2.8) !important;
  max-width: calc(100vh / 2.8) !important;
  display: flex;
  align-items: center;
  position: relative;
}

.recent-card .card:not(.active)::after {
  width: 5px;
  height: 30px;
  content: "";
  background-color: rgba(0, 51, 196);
  border-radius: 18px;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 99999;
}

.recent-card .card:hover {
  background: rgba(104, 104, 104, 0.15);
  filter: brightness(90%);
}

.recent-card .card:hover .dropdown .dropdown-content {
  background: #fff !important;
  filter: brightness(100%) !important;
}

.recent-card .card.active:hover .card-dash i,
.recent-card .card:hover .card-dash i {
  transform: scale(1.15);
}

.recent-card .card .card-dash {
  color: rgba(0, 51, 196);
  min-height: calc(100% - 70px);
  margin-left: calc(4px);
  display: flex;
  align-items: center;
}

.recent-card .card.active {
  background-color: rgba(0, 51, 196);
  transition: 0.2s ease-in-out;
}

.recent-card .card.active .card-dash {
  color: rgba(28, 28, 28);
  background-color: rgba(255, 255, 255);
}

.recent-card .card.active .card-text > * {
  color: rgba(255, 255, 255);
  font-weight: 400;
}

.recent-card .card.active .card-text span {
  color: rgba(255, 255, 255, 0.7);
}

.projects .card {
  background-color: rgba(0, 51, 196, 0.075);
  padding: calc(15px);
  height: max-content;
}

.avatar-group .avatar-count,
.avatar-group .hidden-avatars,
.bdg-primary {
  background-color: rgba(0, 51, 196);
  color: #fff;
}

.avatar,
.avatar-group .hidden-avatars {
  width: var(--avatar-size);
  height: var(--avatar-size);
}

.projects .card:hover {
  background-color: rgba(104, 104, 104, 0.15);
}

.avatar {
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(0, 51, 196, 0.8);
}

.avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.avatar-group .avatar:hover:not(:last-of-type) {
  transform: translate(10px);
}

.avatar-group &.rtl {
  direction: rtl;
}

.avatar-group .avatar {
  margin-left: -8px;
  transition: transform 0.3s;
  cursor: pointer;
}

.avatar-group .avatar &:hover:not(:last-of-type),
.kanban .avatar:hover:not(:last-of-type) {
  transform: translate(-10px);
}

.avatar-group .avatar-count {
  z-index: 999999;
  padding: 3px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-group .hidden-avatars {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 23px;
  margin-right: 0;
  font-size: 10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-8 {
  flex: 0 0 auto;
}

.bdg-info {
  background-color: rgba(0, 51, 196, 0.6);
  color: #fff;
}

.bdg-warning {
  background-color: rgba(234, 151, 55);
  color: #fff;
}

.bdg-orange {
  background-color: rgba(229, 121, 60);
  color: #fff;
}

.bdg-success {
  background-color: rgba(25, 135, 84);
  color: #fff;
}

.bdg-danger {
  background-color: rgba(220, 53, 69);
  color: #fff;
}

.bdg-secondary-40 {
  --bdg-round-bg: rgba(34, 34, 34, 0.15);
}

.bdg-warning-40 {
  --bdg-round-bg: rgba(234, 151, 55, 0.15);
}

.bdg-orange-40 {
  --bdg-round-bg: rgba(229, 121, 60, 0.25);
}

.bdg-danger-40 {
  --bdg-round-bg: rgba(220, 53, 69, 0.15);
}

.bdg-success-40 {
  --bdg-round-bg: rgba(25, 135, 84, 0.15);
}

.bdg-violet-40 {
  --bdg-round-bg: rgba(100, 69, 215, 0.15);
}

.col-1 {
  width: 8.33333% !important;
}

.col-2 {
  width: 16.666667% !important;
}

.col-3 {
  width: 25% !important;
}

.col-4 {
  width: 33.33333% !important;
}

.col-5 {
  width: 41.66666% !important;
}

.col-6 {
  width: 50% !important;
}

.col-8 {
  width: 66.66666% !important;
}

.col-9 {
  flex: 0 0 auto;
  width: 74.99997% !important;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333% !important;
}

.col-12 {
  flex: 0 0 auto;
  width: 100% !important;
}

.kanban .row .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.kanban .row .col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.kanban .row .col-3 .card {
  width: 100%;
  border-radius: var(--kanban-radius);
  background-color: var(--kanban-card);
  border: var(--kanban-border);
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kanban.boards #append-task .col-3 .card-task-title {
  margin-bottom: 6px;
}

.kanban.boards #append-task .col-3 .card-task-title .bdg {
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  padding: 4px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kanban .row .col-3 .btns {
  background-color: var(--kanban-card);
  border: var(--kanban-border);
  border-radius: var(--kanban-radius);
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.kanban .row .col-3 .btns:hover {
  background-color: rgba(0, 51, 196, 0.15);
  filter: brightness(90%);
}

.kanban .row .col-3 .row {
  background-color: transparent;
  margin-top: 6px;
  overflow: auto;
  overflow-x: hidden !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.kanban .row .col-3 .row .task {
  border: var(--kanban-border);
  background-color: var(--kanban-card);
  height: max-content;
  margin: 0 0 4px;
  border-radius: 10px;
  padding: calc(0.8rem);
}

.kanban .row .col-3 .row .task:hover {
  background-color: rgba(0, 51, 196, 0.15);
  cursor: pointer;
}

.bdg-round {
  width: max-content;
  height: max-content;
  background-color: var(--bdg-round-bg);
  border-radius: calc(1rem);
  padding: 4px 11px;
  display: flex;
  align-items: center;
}

.bdg-round i {
  font-size: 7px;
}

.kanban .row .col-3 .row .task .title p {
  margin-top: 4px;
  text-align: justify;
}

.kanban .row .col-3 .row .task .header i {
  font-size: 20px;
  cursor: pointer;
}

.kanban .row .col-3 .row .task .subtask {
  background-color: var(--kanban-card);
  border: var(--kanban-border);
  padding: 6px 10px;
  border-radius: var(--kanban-radius);
  cursor: pointer;
}

.kanban .row .col-3 .row .task .subtask:hover {
  background-color: rgba(0, 51, 196, 0.15);
  filter: brightness(50%);
}

.kanban .row .col-3 .row .task .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kanban .avatar-group:not(.dash) .avatar {
  margin-left: -12px;
}

.title > p {
  font-weight: 600;
  font-size: 11px;
  color: rgba(104, 104, 104, 0.8);
}

.form-group {
  width: 100%;
  margin-bottom: 5px;
}

.form-group > * {
  width: 100%;
  font-size: 14px !important;
}

.form-group .radio div span,
.form-group label {
  font-size: 14px;
}

.form-group .form-input:not(input[type="file"]),
.form-input:not(input[type="file"]) {
  font-size: 14px;
  padding-inline: 6px;
  padding-block: 8px;
  border: var(--form-border);
  border-radius: 4px;
}

.form-group .form-input:focus,
.form-group textarea:focus,
.form-input:focus,
select:focus {
  border: var(--form-focus-border) !important;
  outline: 0;
}

.form-group textarea {
  border-radius: 8px;
  border: var(--form-border);
  padding: 8px;
  font-size: 14px;
}

.form-group .radio div {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: #000;
  border: 0.15px solid rgba(0, 51, 196, 0.6);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 120ms ease-in-out;
  box-shadow: inset 1em 1em rgba(0, 51, 196, 0.25);
  background-color: rgba(0, 51, 196, 0.8);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
  outline: rgba(0, 51, 196, 0.075) solid;
  outline-offset: max(2px, 0.15em);
}

select {
  padding: 8px;
  border-radius: 8px;
}

select option {
  padding: 5px;
  height: 18px;
}

.progress {
  background-color: rgba(104, 104, 104, 0.2);
  border-radius: 1rem;
  height: 8px;
  width: 100%;
}

.progress-primary {
  --bg-progress: rgba(0, 51, 196);
}

.progress-warning {
  --bg-progress: rgba(234, 151, 55);
}

.progress-info {
  --bg-progress: rgba(0, 51, 196, 0.6);
}

.progress-success {
  --bg-progress: rgba(25, 135, 84);
}

.progress-danger {
  --bg-progress: rgba(220, 53, 69);
}

.progress-done {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-progress);
  border-radius: 1rem;
  color: #fff;
  height: 100%;
  width: 0;
  transition: 1s 0.3s;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px !important;
}

.dropdown.active .dropdown-content > .dropdown-item {
  width: 100% !important;
  padding-inline: 6px;
  padding-block: 6px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.dropdown.active .dropdown-content.bell .notif > .dropdown-item {
  width: 100% !important;
  padding-block: 2px;
  padding-bottom: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.dropdown.active .dropdown-content .dropdown-item:hover {
  background-color: rgba(0, 51, 196, 0.25);
  cursor: pointer;
}

@media (max-width: 767px) {
  #modaldetail .date input {
    width: 100%;
  }

  #modaldetail .attach-field .col-3 {
    width: 50% !important;
    padding: 10px;
  }

  #modaldetail .attach-field .col-3 .attach-card {
    z-index: 2;
    width: 100%;
    height: 90px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(53, 100, 226);
    margin-bottom: 1px !important;
  }

  #modaldetail .date-sm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #modaldetail .date-lg {
    display: none;
  }
}

@media (min-width: 375px) {
  #modaldetail .lbls {
    align-items: start !important;
  }
}

@media only screen and (min-width: 1921px) and (max-width: 2750px) {
  #view-cards,
  .kanban.boards .row,
  .projects .card .card-project {
    width: 100%;
  }

  .container-fluid,
  aside.show-lg ~ .content .container-fluid .navbar .nav-item {
    width: 100% !important;
  }

  .container-fluid {
    max-height: 100%;
    margin: 0 !important;
    height: 100%;
    overflow: auto;
    padding: 0.8rem 0.8rem 0.8rem 15rem !important;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 16rem);
    transition: 0.3s ease-in-out;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
    height: max-content;
    margin: 0;
    padding-inline: 10px;
    padding-block: 5px;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  .project-header {
    margin-top: 80px;
    padding: 8px 1rem 8px 1.2rem !important;
  }

  .container-fluid .navbar .nav-item {
    width: 100%;
    transition: 0.3s ease-in-out;
    display: flex;
    padding-inline: 6px;
    padding-block: 2px;
  }

  .img.dropdown {
    width: 45px;
    height: 45px;
    transform: scale(1.1);
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  .container-fluid .navbar .nav-item .row {
    width: 40%;
  }

  .container-fluid .navbar .nav-item .dflex {
    width: 60%;
    display: flex;
    justify-content: end;
  }

  .container-fluid .navbar .nav-item .dflex .nav-icon {
    margin-left: 18px;
  }

  .container-fluid .navbar .nav-item .dflex .img {
    margin-left: 15px;
  }

  .container-fluid .navbar .nav-item .row > * {
    font-size: 16px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    margin-right: calc(1rem) !important;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 8px !important;
    display: flex;
    width: max-content;
    justify-content: center !important;
    align-items: center;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 12px;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 80%;
  }

  .tab-selection {
    top: 80px;
  }

  #load-dash {
    margin-top: 90px !important;
  }

  aside.show-lg .sidebar .sidebar-nav .sidebar-item.side-parent i:last-child,
  aside.show-lg .sidebar .sidebar-nav a span:not(.subs),
  aside.show-lg span.lg,
  i.side-toggle:not(.lg) {
    display: none;
  }

  aside.show-lg,
  aside.show-lg span {
    transition: 0.3s ease-in-out;
  }

  .dropdown.active .dropdown-content,
  aside.show-lg span.small {
    display: block;
  }

  aside.show-lg .sidebar {
    min-width: 75px !important;
    max-width: 75px !important;
  }

  aside.show-lg .sidebar .project-logo {
    display: flex;
    justify-content: center;
  }

  aside.show-lg .sidebar .project-logo i {
    transform: rotate(180deg);
    right: -22%;
  }

  aside.show-lg ~ .content .container-fluid {
    padding-left: 6rem !important;
  }

  aside.show-lg ~ .content .container-fluid .navbar,
  aside.show-lg ~ .content .project-header {
    width: calc(100% - 8rem) !important;
  }

  .m-item-3 > :not(.img) {
    margin-right: calc(0.8rem) !important;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .kanban .margin-t-4 {
    margin-top: 145px !important;
  }

  #showWeek .col-2-5 {
    width: 20% !important;
  }

  #showWeek .col-2-5 .card {
    padding-inline: 12px;
  }

  .kanban {
    overflow-y: hidden;
  }

  .kanban.boards .row .col-3 {
    width: 300px !important;
    height: inherit;
  }

  .margin-t-4,
  .margin-t-5 {
    margin-top: calc(1rem) !important;
  }

  .margin-t-6 {
    margin-top: calc(1.8rem) !important;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .recents {
    margin-top: 90px !important;
    display: flex;
    justify-content: end;
  }

  .recents > * {
    margin-right: 10px;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    min-width: 15% !important;
    width: 15% !important;
    padding: 4px;
  }

  .recent-card .card {
    min-width: 60% !important;
    min-height: 120px !important;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .projects .card {
    position: relative;
    width: 30% !important;
    min-height: 166px;
    height: inherit;
    margin-bottom: 12px !important;
    padding-bottom: 8px;
    margin-right: 8px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 18px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }
}

@media only screen and (min-width: 2755px) {
  #view-cards,
  .kanban.boards .row,
  .projects .card .card-project {
    width: 100%;
  }

  .container-fluid,
  aside.show-lg ~ .content .container-fluid .navbar .nav-item {
    width: 100% !important;
  }

  .container-fluid {
    margin: 0 !important;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    padding: 0.8rem 0.8rem 0.8rem 15rem !important;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 16rem);
    transition: 0.3s ease-in-out;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
    height: max-content;
    margin: 0;
    padding-inline: 10px;
    padding-block: 5px;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  .project-header {
    margin-top: 80px;
    padding: 8px 1rem 8px 1.2rem !important;
  }

  .container-fluid .navbar .nav-item {
    width: 100%;
    transition: 0.3s ease-in-out;
    display: flex;
    padding-inline: 6px;
    padding-block: 2px;
  }

  .img.dropdown {
    width: 45px;
    height: 45px;
    transform: scale(1.1);
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  .container-fluid .navbar .nav-item .row {
    width: 40%;
  }

  .container-fluid .navbar .nav-item .dflex {
    width: 60%;
    display: flex;
    justify-content: end;
  }

  .container-fluid .navbar .nav-item .dflex .nav-icon {
    margin-left: 18px;
  }

  .container-fluid .navbar .nav-item .dflex .img {
    margin-left: 15px;
  }

  .container-fluid .navbar .nav-item .row > * {
    font-size: 16px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    margin-right: calc(1rem) !important;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 8px !important;
    display: flex;
    width: max-content;
    justify-content: center !important;
    align-items: center;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 12px;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 80%;
  }

  .tab-selection {
    top: 80px;
  }

  #load-dash {
    margin-top: 90px !important;
  }

  aside.show-lg .sidebar .sidebar-nav .sidebar-item.side-parent i:last-child,
  aside.show-lg .sidebar .sidebar-nav a span:not(.subs),
  aside.show-lg span.lg,
  i.side-toggle:not(.lg) {
    display: none;
  }

  aside.show-lg,
  aside.show-lg span {
    transition: 0.3s ease-in-out;
  }

  .dropdown.active .dropdown-content,
  aside.show-lg span.small {
    display: block;
  }

  aside.show-lg .sidebar {
    min-width: 75px !important;
    max-width: 75px !important;
  }

  aside.show-lg .sidebar .project-logo {
    display: flex;
    justify-content: center;
  }

  aside.show-lg .sidebar .project-logo i {
    transform: rotate(180deg);
    right: -22%;
  }

  aside.show-lg ~ .content .container-fluid {
    padding-left: 6rem !important;
  }

  aside.show-lg ~ .content .container-fluid .navbar,
  aside.show-lg ~ .content .project-header {
    width: calc(100% - 8rem) !important;
  }

  .m-item-3 > :not(.img) {
    margin-right: calc(0.8rem) !important;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .kanban .margin-t-4 {
    margin-top: 145px !important;
  }

  #showWeek .col-2-5 {
    width: 20% !important;
  }

  #showWeek .col-2-5 .card {
    padding-inline: 12px;
  }

  .kanban {
    overflow-y: hidden;
  }

  .kanban.boards .row .col-3 {
    width: 300px !important;
    height: inherit;
  }

  .margin-t-4,
  .margin-t-5 {
    margin-top: calc(1rem) !important;
  }

  .margin-t-6 {
    margin-top: calc(1.8rem) !important;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .recents {
    margin-top: 90px !important;
    display: flex;
    justify-content: end;
  }

  .recents > * {
    margin-right: 10px;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    min-width: 15% !important;
    width: 15% !important;
    padding: 4px;
  }

  .recent-card .card {
    min-width: 60% !important;
    min-height: 120px !important;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .projects .card {
    position: relative;
    width: 30% !important;
    min-height: 166px;
    height: inherit;
    margin-bottom: 12px !important;
    padding-bottom: 8px;
    margin-right: 8px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 18px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-fluid,
  .container-fluid .navbar .nav-item,
  aside.show-lg,
  aside.show-lg span {
    transition: 0.3s ease-in-out;
  }

  .container-fluid {
    padding: 0.8rem 0.8rem 0.8rem 15rem !important;
    margin: 0 !important;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 16rem);
    transition: 0.3s ease-in-out;
  }

  #view-cards,
  .container-fluid .navbar .nav-item,
  .projects .card .card-project,
  aside.show-lg ~ .content .container-fluid .navbar .nav-item {
    width: 100%;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
    height: max-content;
    margin: 0;
    padding-inline: 8px;
    padding-block: 5px;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  .container-fluid .kanban {
    display: flex;
    width: 100%;
  }

  .container-fluid .kanban .row {
    display: flex;
    flex-wrap: nowrap;
  }

  .project-header {
    margin-top: 80px;
    padding: 8px 1rem 8px 1.2rem !important;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type) {
    margin: 0;
    display: flex;
    align-items: start !important;
    margin-right: 0 !important;
    height: 25px !important;
    padding-right: 20px;
    padding-left: 20px;
  }

  #showWeek .col-2-5 {
    width: 20% !important;
  }

  .container-fluid .navbar .nav-item {
    display: flex;
    padding-inline: 5px;
    padding-block: 0px;
  }

  .container-fluid .navbar .nav-item .row,
  .kanban .row .col-3 {
    width: 40%;
  }

  .container-fluid .navbar .nav-item .dflex {
    width: 60%;
    display: flex;
    justify-content: end;
  }

  .container-fluid .navbar .nav-item .dflex .nav-icon {
    margin-left: 18px;
  }

  .img.dropdown {
    width: 45px;
    height: 45px;
    transform: scale(1.08);
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  .container-fluid .navbar .nav-item .dflex .img {
    margin-left: 15px;
  }

  .container-fluid .navbar .nav-item .row > * {
    font-size: 16px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    margin-right: calc(1rem) !important;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 8px !important;
    display: flex;
    width: max-content;
    justify-content: center !important;
    align-items: center;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 12px;
  }

  .tab-selection {
    top: 80px;
  }

  #load-dash {
    margin-top: 90px !important;
  }

  aside.show-lg .sidebar .sidebar-nav .sidebar-item.side-parent i:last-child,
  aside.show-lg .sidebar .sidebar-nav a span:not(.subs),
  aside.show-lg span.lg,
  i.side-toggle:not(.lg) {
    display: none;
  }

  .dropdown.active .dropdown-content,
  aside.show-lg span.small {
    display: block;
  }

  aside.show-lg .sidebar {
    min-width: 75px !important;
    max-width: 75px !important;
  }

  aside.show-lg .sidebar .project-logo {
    display: flex;
    justify-content: center;
  }

  aside.show-lg .sidebar .project-logo i {
    transform: rotate(180deg);
    right: -22%;
  }

  aside.show-lg ~ .content .container-fluid {
    padding-left: 5.5rem !important;
  }

  aside.show-lg ~ .content .container-fluid .navbar,
  aside.show-lg ~ .content .project-header {
    width: calc(100% - 6rem) !important;
  }

  .m-item-3 > :not(.img) {
    margin-right: calc(0.8rem) !important;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .kanban .margin-t-4 {
    margin-top: 145px !important;
  }

  .kanban {
    overflow: hidden;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 84%;
  }

  .kanban.boards .row .col-3 {
    width: 300px !important;
    height: inherit;
  }

  .margin-t-4,
  .margin-t-5 {
    margin-top: calc(1rem) !important;
  }

  .margin-t-6 {
    margin-top: calc(1.8rem) !important;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .recents {
    margin-top: 82px;
    display: flex;
    justify-content: end;
  }

  .recents > * {
    margin-right: 10px;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    min-width: 25% !important;
    width: 25% !important;
    padding: 4px;
  }

  .recent-card .card {
    min-width: 100% !important;
    padding: 12px;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .projects .card {
    position: relative;
    width: 32% !important;
    min-height: 166px;
    height: inherit;
    margin-bottom: 12px !important;
    padding-bottom: 15px;
    margin-right: 12px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 18px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1399px) {
  .container-fluid,
  .container-fluid .navbar .nav-item,
  aside.show-lg,
  aside.show-lg span {
    transition: 0.3s ease-in-out;
  }

  .container-fluid {
    padding: 0.8rem 0.8rem 0.8rem 15rem !important;
    margin: 0 !important;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 16rem);
    transition: 0.3s ease-in-out;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
    height: max-content;
    margin: 0;
    padding-inline: 10px;
    padding-block: 6px;
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  #showWeek .col-2-5 {
    width: 20% !important;
  }

  .project-header {
    margin-top: 72.5px;
    padding: 0.8rem;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }

  .container-fluid .navbar .nav-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .container-fluid .navbar .nav-item .row {
    width: 30%;
    flex: 0 0 auto;
  }

  .container-fluid .navbar .nav-item .dflex {
    width: 70%;
    flex: 0 0 auto;
    display: flex;
    justify-content: end;
    align-content: center;
  }

  .container-fluid .navbar .nav-item .dflex .nav-icon {
    margin-bottom: 6px;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }

  .container-fluid .navbar .nav-item .dflex .img {
    margin-inline: 5px;
    widows: 45px;
    height: 45px;
    padding: 0;
    align-items: center;
  }

  .container-fluid .navbar .nav-item .row > * {
    font-size: 15px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    display: flex;
    align-items: center;
    padding-inline: 10px;
    padding-right: 18px;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 8px !important;
    display: flex;
    width: max-content;
    justify-content: center !important;
    align-items: center;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 12px;
  }

  aside.show-lg .sidebar .sidebar-nav .sidebar-item.side-parent i:last-child,
  aside.show-lg .sidebar .sidebar-nav a span:not(.subs),
  aside.show-lg span.lg,
  i.side-toggle:not(.lg) {
    display: none;
  }

  .dropdown.active .dropdown-content,
  aside.show-lg span.small {
    display: block;
  }

  aside.show-lg .sidebar {
    min-width: 75px !important;
    max-width: 75px !important;
  }

  aside.show-lg .sidebar .project-logo {
    display: flex;
    justify-content: center;
  }

  aside.show-lg .sidebar .project-logo i {
    transform: rotate(180deg);
    right: -22%;
  }

  aside.show-lg ~ .content .container-fluid {
    padding-left: 6rem !important;
  }

  aside.show-lg ~ .content .container-fluid .navbar,
  aside.show-lg ~ .content .project-header {
    width: calc(100% - 7rem) !important;
  }

  #view-cards,
  .kanban.boards .row .col-3 .add-task,
  .projects .card .card-project,
  aside.show-lg ~ .content .container-fluid .navbar .nav-item {
    width: 100%;
  }

  .m-item-3 > :not(.img) {
    margin-right: calc(0.8rem) !important;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .container-fluid .kanban.boards .row .col-3 {
    width: 280px !important;
  }

  .kanban.boards .row .col-3 .card-task-title {
    width: 100%;
    height: max-content;
    min-height: max-content;
  }

  .kanban .margin-t-4 {
    margin-top: 140px !important;
  }

  .kanban {
    overflow: hidden;
  }

  .kanban.boards .row .col-3 {
    width: 300px !important;
    height: inherit;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 80%;
  }

  .kanban .margin-t-4.recents > *,
  .recents > * {
    margin-right: 10px;
  }

  .kanban .main-content.margin-t-3:first {
    margin-bottom: 10px;
  }

  .margin-t-3 {
    margin-top: 10px !important;
  }

  .margin-t-4,
  .margin-t-5 {
    margin-top: calc(1rem) !important;
  }

  .margin-t-6 {
    margin-top: calc(1.8rem) !important;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .recents {
    margin-top: 82px !important;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    min-width: 25% !important;
    width: 25% !important;
    padding: 4px;
  }

  .recent-card .card {
    min-width: 100% !important;
    padding: 12px;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .projects .card {
    width: 33% !important;
    position: relative;
    min-height: 166px;
    height: inherit;
    margin-bottom: 10px !important;
    padding-bottom: 15px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 12px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  #view-cards,
  .container-fluid .navbar .nav-item,
  .projects .card .card-project,
  aside.show-lg ~ .content .container-fluid .navbar .nav-item {
    width: 100%;
  }

  .container-fluid,
  .container-fluid .navbar .nav-item,
  aside.show-lg,
  aside.show-lg span {
    transition: 0.3s ease-in-out;
  }

  .container-fluid {
    padding: 1rem 1rem 1rem 15rem !important;
    margin: 0 !important;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 16rem) !important;
    transition: 0.3s ease-in-out;
  }

  .list-asg {
    width: 100% !important;
  }

  .col-3.assign-list,
  .col-3.assign-list:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.25) !important;
  }

  .col-3.assign-list {
    width: 50% !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-top: 2px !important;
  }

  .modal-title {
    font-size: 12px !important;
  }

  #shareBoard .col-4.row {
    width: 33% !important;
    flex: 0 0 auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 5px !important;
  }

  #shareBoard #filter-team {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }

  #shareBoard #list-user-share .user-list .row.no-m {
    width: 70% !important;
  }

  #shareBoard #list-user-share .removeUser {
    margin-top: 8px !important;
  }

  #shareBoard #list-user-share .app-user {
    width: 100% !important;
    display: flex;
    font-size: 12px !important;
  }

  #shareBoard #list-user-share .app-user .dflex {
    flex-wrap: nowrap !important;
  }

  #shareBoard #list-user-share .app-user .fs-7 {
    font-size: 10px !important;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
    height: max-content;
    margin: 0;
    padding-inline: 8px;
    padding-block: 5px;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  .project-header {
    margin-top: 80px;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
  }

  .container-fluid .navbar .nav-item {
    display: flex;
    align-items: center !important;
    padding-inline: 4px;
    padding-left: 6px;
    padding-block: 0px;
  }

  .img.dropdown {
    width: 45px;
    height: 45px !important;
    transform: scale(1.12);
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  #showWeek .col-2-5,
  .projects .card {
    width: 25% !important;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type) {
    margin: 0;
    display: flex;
    align-items: start !important;
    margin-right: 0 !important;
    height: 25px !important;
    padding-right: 20px;
  }

  .container-fluid .navbar .nav-item .row {
    width: 40%;
  }

  .container-fluid .navbar .nav-item .dflex {
    width: 60%;
    display: flex;
    justify-content: end;
  }

  .container-fluid .navbar .nav-item .dflex .nav-icon {
    margin-left: 18px;
  }

  .container-fluid .navbar .nav-item .dflex .img {
    margin-left: 15px;
  }

  .container-fluid .navbar .nav-item .row > * {
    font-size: 14px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    margin-right: calc(1rem) !important;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 8px !important;
    display: flex;
    width: max-content;
    justify-content: center !important;
    align-items: center;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 12px;
  }

  .tab-selection {
    top: 86px;
  }

  #load-dash {
    margin-top: 95px !important;
  }

  aside.show-lg .sidebar .sidebar-nav .sidebar-item.side-parent i:last-child,
  aside.show-lg .sidebar .sidebar-nav a span:not(.subs),
  aside.show-lg span.lg,
  i.side-toggle:not(.lg) {
    display: none;
  }

  .dropdown.active .dropdown-content,
  aside.show-lg span.small {
    display: block;
  }

  aside.show-lg .sidebar {
    min-width: 75px !important;
    max-width: 75px !important;
  }

  aside.show-lg .sidebar .project-logo {
    display: flex;
    justify-content: center;
  }

  aside.show-lg .sidebar .project-logo i {
    transform: rotate(180deg);
    right: -22%;
  }

  aside.show-lg ~ .content .container-fluid {
    padding-left: 5.5rem !important;
  }

  aside.show-lg ~ .content .container-fluid .navbar,
  aside.show-lg ~ .content .project-header {
    width: calc(100% - 6rem) !important;
  }

  .m-item-3 > :not(.img) {
    margin-right: calc(0.8rem) !important;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .kanban .margin-t-4 {
    margin-top: 145px !important;
  }

  .kanban {
    overflow: hidden;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 78%;
  }

  .margin-t-4 {
    margin-top: calc(0.15rem) !important;
  }

  .kanban.boards .row .col-3 {
    width: 250px !important;
    height: inherit;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .container-fluid .kanban .row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }

  #modaldetail .groupStatus {
    padding: 0;
    margin-right: 0;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .filterStats .col-3:last-of-type {
    margin-left: 10px;
  }

  .filterStats .col-3:last-of-type button {
    margin-right: 5.5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-wrap {
    width: 50% !important;
    border: 1px solid rgba(0, 51, 196, 0.25) !important;
    margin-bottom: 2px;
  }

  .recents {
    margin-top: 75px !important;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .recents > * {
    margin-right: 10px;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    min-width: 35% !important;
    width: 35% !important;
    padding: 4px;
  }

  .recent-card .card {
    min-height: 90px !important;
    min-width: 100% !important;
    padding: 12px;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .projects .card {
    width: 45% !important;
    position: relative;
    min-height: 166px;
    height: inherit;
    margin-bottom: 8px !important;
    padding-bottom: 15px;
    margin-right: 8px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 18px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #modaldetail .attach-field .col-3 .attach-card,
  #view-cards,
  .container-fluid .navbar .nav-item,
  .projects .card .card-project {
    width: 100%;
  }

  #modaldetail .comment-list,
  .filterStats .col-3:not(:last-of-type) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }

  .dropdown.active .dropdown-content,
  i.side-toggle {
    display: block;
  }

  .container-fluid {
    padding: 0.8rem !important;
    margin: 0 !important;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
    width: calc(100% - 2rem);
    height: max-content;
    margin: 0;
    padding: 5px 4px 5px 16px;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  .container-fluid .navbar .nav-item {
    display: flex;
    align-items: center !important;
    padding-inline: 4px;
    padding-block: 0px;
  }

  .container-fluid .navbar .nav-item .row {
    width: 40%;
  }

  .container-fluid .navbar .nav-item .dflex {
    width: 60%;
    display: flex;
    justify-content: end;
  }

  .container-fluid .navbar .nav-item .dflex > * {
    padding-right: 5px;
  }

  .img.dropdown {
    widows: 45px;
    height: 45px;
    transform: scale(0.95);
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  #modaldetail #crd,
  #modaldetail #ddate,
  #modaldetail .groupStatus button span,
  .container-fluid .navbar .nav-item .row > *,
  .project-header .project-title > * {
    font-size: 10px !important;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type) {
    margin: 0;
    display: flex;
    align-items: start !important;
    margin-right: 0 !important;
    height: 25px !important;
    padding-right: 15px;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    margin-right: 14px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 35px !important;
    display: flex;
    width: max-content;
    justify-content: center !important;
    align-items: center;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 12px;
  }

  .project-header {
    margin-top: 78px;
    width: calc(100% - 2rem) !important;
    background-color: #fff;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .project-header .dflex > * {
    font-size: 12px !important;
  }

  .project-header .dflex i {
    font-size: 14px !important;
  }

  aside {
    margin-left: -15rem !important;
  }

  i.side-toggle {
    position: absolute;
    left: -40px;
    top: 20%;
    padding: 8px 8px 8px 32px;
    background-color: rgba(0, 51, 196);
    color: #fff;
    border-radius: 25rem;
    cursor: pointer;
  }

  i.side-toggle:hover {
    filter: brightness(90%);
  }

  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }

  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25% !important;
    left: 90%;
  }

  .m-item-3 > :not(.img) {
    margin-right: calc(0.8rem) !important;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  #modaldetail .groupStatus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  #modaldetail .date .row div span {
    font-size: 8px !important;
  }

  #modaldetail .comments {
    margin-right: 0 !important;
  }

  #modaldetail .avatar-comment {
    padding-right: 0 !important;
  }

  #modaldetail .avatar-comment img {
    padding: 2px !important;
  }

  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }

  .kanban .margin-t-4 {
    margin-top: 135px !important;
  }

  .kanban {
    overflow: hidden;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 80%;
  }

  .kanban.boards .row .col-3 {
    height: inherit;
    width: 300px !important;
    height: inherit;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .tab-selection {
    top: 80px;
  }

  #load-dash {
    margin-top: 90px !important;
  }

  .filterStats .col-3:not(:last-of-type) {
    width: 100% !important;
  }

  .filterStats .col-3:last-of-type {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .filterStats .col-3:last-of-type button {
    width: 48.5% !important;
    margin-right: 5.5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-wrap {
    width: 50% !important;
    border: 1px solid rgba(0, 51, 196, 0.25) !important;
    margin-bottom: 8px;
  }

  .recents {
    margin-top: 80px;
    display: flex;
    justify-content: end;
  }

  .recents > * {
    margin-right: 10px;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    margin-bottom: 12px !important;
    min-width: 35% !important;
    width: 35% !important;
    padding: 4px;
  }

  .recent-card .card {
    margin-right: 25px;
    min-width: 100% !important;
    padding: 4px 8px;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .projects .card {
    position: relative;
    width: 45% !important;
    min-height: 166px;
    height: max-content;
    margin-bottom: 12px !important;
    padding-bottom: 15px;
    margin-right: 12px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 18px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }

  #modaldetail .attach-field .col-3 {
    width: 25%;
  }

  #showWeek .col-2-5 {
    width: 35% !important;
    padding: 0 !important;
  }

  .tab-task .tab-wrap .chooseWeek {
    width: max-content !important;
  }

  .dataList .col-2 {
    width: 20% !important;
  }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
  #modaldetail .comment-list,
  #shareBoard .col-4.row,
  .filterStats .col-3:not(:last-of-type) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #modaldetail .avatar-comment,
  #shareBoard .col-4.row {
    padding-right: 0 !important;
  }

  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 2rem);
    background-color: #fff;
  }

  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }

  .container-fluid {
    margin: 0 !important;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    z-index: 9999999;
    height: max-content;
    margin: 0;
    padding: 5px 4px 5px 12px;
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  #view-cards,
  .container-fluid .navbar .nav-item,
  .projects .card .card-project {
    width: 100%;
  }

  .container-fluid .navbar .nav-item {
    display: flex;
    align-items: center !important;
    padding-inline: 5px;
    padding-block: 0px;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type) {
    display: flex;
    align-items: start !important;
    height: 25px !important;
    padding-right: 8px;
  }

  .container-fluid .navbar .nav-item .row {
    width: 40%;
  }

  .container-fluid .navbar .btn-nav .dropdown .company-lg {
    display: none;
  }

  .container-fluid .navbar .nav-item .dflex {
    width: 60%;
    display: flex;
    justify-content: end;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type),
  .project-header #btn-board.lg {
    margin: 0;
    display: flex;
    align-items: start !important;
    margin-right: 0 !important;
  }

  .dropdown.active .dropdown-content,
  .project-header #btn-board.sm,
  i.side-toggle {
    display: block;
  }

  #modaldetail #crd,
  #modaldetail #ddate,
  #modaldetail .groupStatus button span,
  #shareBoard #list-user-share .app-user .fs-7,
  .container-fluid .navbar .nav-item .row > *,
  .project-header .project-title > * {
    font-size: 10px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    margin-right: 4px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav h5 {
    font-size: 10px;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 15px !important;
    display: flex;
    width: max-content;
    justify-content: center !important;
    align-items: center;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 12px;
  }

  #modaldetail .row-content > *,
  .filterHistory .col-2,
  .filterHistory .col-3,
  .filterStats .col-3:not(:last-of-type),
  .list-asg {
    width: 100% !important;
  }

  .col-3.assign-list,
  .col-3.assign-list:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.25) !important;
  }

  .col-3.assign-list {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-top: 2px !important;
  }

  #modaldetail .row-content,
  .project-header .dflex {
    width: 100%;
    display: flex;
  }

  .modal-title,
  .project-header .dflex > * {
    font-size: 12px !important;
  }

  #shareBoard .col-4.row {
    width: 100% !important;
    flex: 0 0 auto;
    padding-top: 5px !important;
  }

  #shareBoard #filter-team {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }

  #shareBoard #list-user-share .user-list .row.no-m {
    width: 80% !important;
  }

  #shareBoard #list-user-share .removeUser {
    margin-top: 8px !important;
    min-width: 100% !important;
  }

  #shareBoard #list-user-share .app-user {
    width: 100% !important;
    display: flex;
    font-size: 12px !important;
  }

  #shareBoard #list-user-share .app-user .dflex {
    flex-wrap: nowrap !important;
  }

  .project-header {
    margin-top: 65px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    z-index: 1;
  }

  .project-header .avt {
    margin-top: 4px;
  }

  .project-header * {
    text-align: center !important;
  }

  .project-header .project-title {
    margin-bottom: 2px;
  }

  .project-header .dflex {
    justify-content: center !important;
  }

  .project-header .dflex i {
    font-size: 14px !important;
  }

  .tab-selection {
    top: 80px;
  }

  #load-dash {
    margin-top: 90px !important;
  }

  #modaldetail .groupStatus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  #modaldetail .date .row div span {
    font-size: 8px !important;
  }

  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }

  #modaldetail .avatar-comment img {
    padding: 2px !important;
  }

  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }

  #modaldetail #comment-form {
    right: 0 !important;
  }

  #modaldetail .modal-body .row:not(.no-m),
  #modaldetail .modal-body .row:not(.no-m) .dflex > :not(.btn-del-detail i) {
    margin-right: 0;
  }

  aside {
    margin-left: -15rem !important;
  }

  i.side-toggle {
    position: absolute;
    left: -48px;
    top: 20%;
    padding: 8px 8px 8px 32px;
    background-color: rgba(0, 51, 196);
    color: #fff;
    border-radius: 25%;
    cursor: pointer;
  }

  i.side-toggle:hover {
    filter: brightness(90%);
  }

  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }

  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25% !important;
    left: 90%;
  }

  .m-item-3 > :not(.img) {
    margin-right: calc(0.8rem) !important;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .kanban {
    overflow: hidden;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .kanban.boards .row .col-3 {
    width: 340px !important;
    height: inherit;
    scroll-snap-align: center;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 80%;
  }

  .margin-t-4 {
    margin-top: 160px !important;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .img.dropdown {
    width: 45px;
    height: 45px;
    margin-block: 2px;
    transform: scale(0.9);
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .recents {
    margin-top: 60px;
    display: flex;
    justify-content: end;
  }

  .filterHistory .col-2 button {
    width: 48% !important;
    display: flex;
    justify-content: center;
  }

  .filterStats .col-3:last-of-type {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .filterStats .col-3:last-of-type button {
    width: 48.5% !important;
    margin-right: 5.5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-wrap {
    width: 100% !important;
    border: 1px solid rgba(0, 51, 196, 0.25) !important;
    margin-bottom: 8px;
  }

  #showWeek .col-2-5 {
    width: 66% !important;
  }

  .recents > * {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    margin-bottom: 12px !important;
    min-width: 50% !important;
    width: 50% !important;
    padding: 4px;
  }

  .recent-card .card {
    margin-right: 25px;
    min-width: 100% !important;
    padding: 4px 8px;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .projects .card {
    position: relative;
    width: 100% !important;
    min-height: 166px;
    height: max-content;
    margin-bottom: 12px !important;
    padding-bottom: 15px;
    margin-right: 12px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 18px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 1.5rem);
    background-color: #fff;
  }

  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }

  .container-fluid {
    padding: 0.8rem !important;
    margin: 0 !important;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    z-index: 9999999;
    height: max-content;
    margin: 0;
    padding: 5px 4px 5px 12px;
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  .container-fluid .navbar .btn-nav .dropdown .company-lg {
    display: none;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  #view-cards,
  .container-fluid .navbar .nav-item,
  .projects .card .card-project {
    width: 100%;
  }

  .container-fluid .navbar .nav-item {
    display: flex;
    align-items: center !important;
    padding-inline: 4px;
    padding-left: 6px;
    padding-block: 0px;
  }

  #modaldetail .comment-list,
  #shareBoard .col-4.row,
  .filterStats .col-3:not(:last-of-type) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .container-fluid .navbar .nav-item .row {
    width: 40%;
  }

  .container-fluid .navbar .nav-item .dflex {
    filter: blur(0px);
    width: 60%;
    display: flex;
    justify-content: end;
  }

  #modaldetail .row-content > *,
  .filterHistory .col-2,
  .filterHistory .col-3,
  .filterStats .col-3:not(:last-of-type),
  .list-asg {
    width: 100% !important;
  }

  .col-3.assign-list,
  .col-3.assign-list:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.25) !important;
  }

  .col-3.assign-list {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-top: 2px !important;
  }

  #modaldetail .row-content,
  .project-header .dflex {
    width: 100%;
    display: flex;
  }

  .modal-title,
  .project-header .dflex > * {
    font-size: 12px !important;
  }

  #shareBoard .col-4.row {
    width: 100% !important;
    flex: 0 0 auto;
    padding-top: 5px !important;
  }

  #shareBoard #filter-team {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }

  #shareBoard #list-user-share .user-list .row.no-m {
    width: 80% !important;
  }

  #shareBoard #list-user-share .removeUser {
    margin-top: 8px !important;
    min-width: 100% !important;
  }

  #shareBoard #list-user-share .app-user {
    width: 100% !important;
    display: flex;
    font-size: 12px !important;
  }

  #shareBoard #list-user-share .app-user .dflex {
    flex-wrap: nowrap !important;
  }

  #modaldetail #crd,
  #modaldetail #ddate,
  #modaldetail .groupStatus button span,
  #shareBoard #list-user-share .app-user .fs-7,
  .container-fluid .navbar .nav-item .row > *,
  .project-header .project-title > * {
    font-size: 10px !important;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type) {
    margin: 0;
    display: flex;
    align-items: start !important;
    height: 25px !important;
    padding-right: 10px;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type),
  .project-header #btn-board.lg {
    display: flex;
    align-items: start;
    margin-right: 0 !important;
  }

  .dropdown.active .dropdown-content,
  .project-header #btn-board.sm,
  i.side-toggle {
    display: block;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    margin-right: 10px !important;
    font-size: 10px;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 25px !important;
    display: flex;
    width: max-content;
    justify-content: center !important;
    align-items: center;
    font-size: 8px !important;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 12px;
  }

  .project-header {
    margin-top: 60px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    z-index: 1;
  }

  .project-header .avt,
  .project-header .project-title {
    margin-bottom: 2px;
  }

  .project-header * {
    text-align: center !important;
  }

  .project-header .dflex {
    justify-content: center !important;
  }

  .project-header .dflex i {
    font-size: 14px !important;
  }

  .tab-selection {
    top: 65px;
  }

  #load-dash {
    margin-top: 75px !important;
  }

  #load-dash .btnr {
    margin-bottom: 10px;
  }

  #modaldetail .groupStatus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  #modaldetail .date .row div span {
    font-size: 8px !important;
  }

  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }

  #modaldetail .avatar-comment {
    padding-right: 0 !important;
  }

  #modaldetail .avatar-comment img {
    padding: 2px !important;
  }

  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }

  #modaldetail #comment-form {
    right: 0 !important;
  }

  #modaldetail .modal-body .row:not(.no-m),
  #modaldetail .modal-body .row:not(.no-m) .dflex > :not(.btn-del-detail i) {
    margin-right: 0;
  }

  aside {
    margin-left: -15rem !important;
  }

  i.side-toggle {
    position: absolute;
    left: -45px;
    top: 20%;
    padding: 8px 8px 8px 32px;
    background-color: rgba(0, 51, 196);
    color: #fff;
    border-radius: 25%;
    cursor: pointer;
  }

  i.side-toggle:hover {
    filter: brightness(90%);
  }

  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }

  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25% !important;
    left: 90%;
  }

  .m-item-3 > :not(.img) {
    margin-right: calc(0.8rem) !important;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .kanban {
    overflow-y: hidden !important;
  }

  .kanban .margin-t-4 {
    margin-top: 150px !important;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .kanban.boards .row .col-3 {
    height: inherit;
    scroll-snap-align: center;
    width: 300px !important;
    height: inherit;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 80%;
  }

  .margin-t-4 {
    margin-top: calc(0.15rem) !important;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .img.dropdown {
    width: 45px;
    height: 45px;
    transform: scale(0.9);
  }

  .nav-icon .dropdown .dropdown-content {
    right: -100%;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .recents {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }

  .filterHistory .col-2 button {
    width: 48% !important;
    display: flex;
    justify-content: center;
  }

  .filterStats .col-3:last-of-type {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .filterStats .col-3:last-of-type button {
    width: 48% !important;
    margin-right: 6.5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box-wrap {
    width: 100% !important;
    border: 1px solid rgba(0, 51, 196, 0.25) !important;
    margin-bottom: 8px;
  }

  .recents > * {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    margin-bottom: 12px !important;
    min-width: 50% !important;
    width: 50% !important;
    padding: 4px;
  }

  .recent-card .card {
    margin-right: 25px;
    min-width: 100% !important;
    padding: 4px 8px;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  #showWeek .col-2-5 {
    width: 75% !important;
  }

  .projects .card {
    position: relative;
    width: 100% !important;
    min-height: 166px;
    height: max-content;
    margin-bottom: 12px !important;
    padding-bottom: 15px;
    margin-right: 12px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 18px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }
}

.submenu-div {
  display: none;
  position: absolute;
  left: 80%;
  width: max-content;
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.15));
}

.submenu-div .submenu-item-side {
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.submenu-div .submenu-item-side > * {
  font-size: 12px !important;
}

.submenu-div .submenu-item.side i {
  margin-right: 2px !important;
}

aside.show-lg .sidebar .sidebar-nav .sidebar-item.side-parent.openSub i {
  margin-right: 8px;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  #modaldetail .avatar-comment,
  #shareBoard .col-4.row {
    padding-right: 0 !important;
  }

  #modaldetail .comment-list,
  .filterStats .col-3:not(:last-of-type) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 1.5rem);
    background-color: #fff;
  }

  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }

  .container-fluid {
    padding: 0.8rem !important;
    margin: 0 !important;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    z-index: 9999999;
    height: max-content;
    margin: 0;
    padding: 5px 4px 5px 12px;
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  .container-fluid .navbar .btn-nav .dropdown .company-lg {
    display: none;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  #modaldetail .row-content > *,
  .box-wrap,
  .filterHistory .col-2,
  .filterHistory .col-3,
  .filterStats .col-3:not(:last-of-type),
  .list-asg,
  .projects .card,
  .recent-card > a {
    width: 100% !important;
  }

  .filterStats .col-3:last-of-type {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .filterStats .col-3:last-of-type button {
    width: 48% !important;
    margin-right: 5.5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #modaldetail .col-9,
  #view-cards,
  .container-fluid .navbar .nav-item,
  .projects .card .card-project {
    width: 100%;
  }

  .container-fluid .navbar .nav-item .row {
    width: 40%;
  }

  .container-fluid .navbar .nav-item {
    display: flex;
    align-items: center !important;
    padding-inline: 4px;
    padding-block: 0px;
  }

  .container-fluid .navbar .nav-item .dflex {
    filter: blur(0px);
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type) {
    display: flex;
    align-items: start !important;
    height: 25px !important;
    padding-right: 2px;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type),
  .project-header #btn-board.lg {
    margin: 0;
    display: flex;
    align-items: start !important;
    margin-right: 0 !important;
  }

  .dropdown.active .dropdown-content,
  .project-header #btn-board.sm,
  i.side-toggle {
    display: block;
  }

  #modaldetail #crd,
  #modaldetail #ddate,
  #modaldetail .attach-f .row *,
  #shareBoard #list-user-share .app-user .fs-7,
  .container-fluid .navbar .nav-item .row > * {
    font-size: 10px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    margin-right: 10px !important;
    font-size: 10px;
  }

  .container-fluid .navbar .nav-item .btn-nav > * {
    font-size: 7px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 22px !important;
    display: flex;
    width: max-content;
    padding: 5px !important;
    justify-content: center !important;
    align-items: center;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 10px;
  }

  .project-header {
    margin-top: 60px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    z-index: 1;
  }

  .project-header .avt {
    margin-bottom: 2px;
  }

  .dropdown,
  .project-header .project-title {
    margin-bottom: 0;
  }

  .project-header * {
    text-align: center !important;
  }

  .modal-title,
  .project-header .dflex > *,
  .project-header .project-title > * {
    font-size: 12px !important;
  }

  .project-header .dflex {
    display: flex;
    justify-content: center !important;
    width: 100%;
  }

  .project-header .dflex i {
    font-size: 14px !important;
  }

  .col-3.assign-list,
  .col-3.assign-list:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.25) !important;
  }

  .col-3.assign-list {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-top: 2px !important;
  }

  #shareBoard .col-4.row {
    width: 100% !important;
    flex: 0 0 auto;
    padding-left: 0 !important;
    padding-top: 5px !important;
  }

  #shareBoard #filter-team {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }

  #shareBoard #list-user-share .user-list .row.no-m {
    width: 80% !important;
  }

  #shareBoard #list-user-share .removeUser {
    margin-top: 8px !important;
    min-width: 100% !important;
  }

  #shareBoard #list-user-share .app-user {
    width: 100% !important;
    display: flex;
    font-size: 12px !important;
  }

  #shareBoard #list-user-share .app-user .dflex {
    flex-wrap: nowrap !important;
  }

  .tab-selection {
    top: 65px;
  }

  #load-dash {
    margin-top: 75px !important;
  }

  #load-dash .btnr {
    margin-bottom: 10px;
  }

  #load-dash .btnr button {
    font-size: 12px;
  }

  aside {
    margin-left: -15rem !important;
  }

  i.side-toggle {
    position: absolute;
    left: -45.75px;
    top: 20%;
    padding: 8px 8px 8px 32px;
    background-color: rgba(0, 51, 196);
    color: #fff;
    border-radius: 20%;
    cursor: pointer;
  }

  i.side-toggle:hover {
    filter: brightness(90%);
  }

  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }

  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25% !important;
    left: 90%;
  }

  #modaldetail .groupStatus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  #modaldetail .date .row div span,
  #modaldetail .groupStatus button span {
    font-size: 8px !important;
  }

  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }

  #modaldetail .avatar-comment img {
    padding: 2px !important;
  }

  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }

  #modaldetail .row-content {
    display: flex;
    width: 100%;
  }

  #modaldetail #comment-form {
    right: 0 !important;
  }

  #modaldetail .attach-f button:first-of-type {
    width: 18px;
    height: 18px;
    display: flex;
    margin: 0;
    padding: 4px;
    justify-content: center !important;
    align-content: center !important;
  }

  #modaldetail .attach-f button:first-of-type i {
    font-size: 10px !important;
    margin: 0;
    padding: 0;
  }

  #modaldetail .row .no-m .col-6 .row {
    margin-right: 0;
  }

  #modaldetail .col-9 .row .col-6 {
    padding-left: 0 !important;
    padding-right: 2px;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .kanban .margin-t-4 {
    margin-top: 150px !important;
  }

  .kanban {
    overflow-y: hidden;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .kanban.boards .row .col-3 {
    width: 280px !important;
    height: inherit;
    scroll-snap-align: center;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 80%;
  }

  .margin-t-4 {
    margin-top: calc(0.15rem) !important;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .img.dropdown {
    width: 45px;
    height: 45px;
    transform: scale(0.9);
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 0;
  }

  .nav-icon .dropdown .dropdown-content {
    right: -150%;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .filterHistory .col-2 button {
    width: 48% !important;
    display: flex;
    justify-content: center;
  }

  .recents {
    margin-top: 63px;
    display: flex;
    justify-content: center;
  }

  .box-wrap {
    overflow: auto;
    border: 1px solid rgba(0, 51, 196, 0.25) !important;
  }

  .recents > * {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 10px !important;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    margin-bottom: 12px !important;
    min-width: 100% !important;
    padding: 4px;
  }

  .recent-card .card {
    margin-right: 25px;
    min-width: 100% !important;
    padding: 4px 8px;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .projects .card {
    position: relative;
    min-height: 166px;
    height: max-content;
    margin-bottom: 12px !important;
    padding-bottom: 15px;
    margin-right: 12px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 18px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }
}

@media only screen and (max-width: 319px) {
  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 1.5rem);
    background-color: #fff;
  }

  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }

  .container-fluid {
    padding: 0.8rem !important;
    margin: 0 !important;
    max-height: 768px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden !important;
  }

  .container-fluid .navbar {
    position: fixed;
    top: 0;
    z-index: 9999999;
    height: max-content;
    margin: 0;
    padding: 5px 4px 5px 12px;
  }

  #view-cards,
  .kanban.boards {
    height: 100%;
  }

  .projects .card,
  .recent-card .card {
    background-color: rgba(0, 51, 196, 0.075);
  }

  #modaldetail .col-9,
  #view-cards,
  .container-fluid .navbar .nav-item,
  .projects .card .card-project {
    width: 100%;
  }

  .container-fluid .navbar .nav-item .row {
    width: 40%;
  }

  .container-fluid .navbar .nav-item .dflex {
    width: 60%;
    display: flex;
    justify-content: end;
  }

  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type),
  .project-header #btn-board.lg {
    display: none;
  }

  .dropdown.active .dropdown-content,
  .project-header #btn-board.sm,
  i.side-toggle {
    display: block;
  }

  #modaldetail #crd,
  #modaldetail #ddate,
  #modaldetail .attach-f .row *,
  .container-fluid .navbar .nav-item .row > *,
  .project-header .project-title > * {
    font-size: 10px !important;
  }

  .container-fluid .navbar .nav-item .btn-nav {
    font-size: 6px;
  }

  .container-fluid .navbar .nav-item .btn-nav button {
    margin-right: 35px !important;
    display: flex;
    width: max-content;
    justify-content: center !important;
    align-items: center;
  }

  .container-fluid .navbar .nav-item button .txt {
    font-size: 12px;
  }

  .project-header {
    margin-top: 60px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    z-index: 1;
  }

  .project-header .avt {
    margin-bottom: 3px;
  }

  .project-header * {
    text-align: center !important;
  }

  .project-header .project-title {
    margin-bottom: 2px;
  }

  .project-header .dflex {
    display: flex;
    justify-content: center !important;
    width: 100%;
  }

  .project-header .dflex > * {
    font-size: 12px !important;
  }

  .project-header .dflex i {
    font-size: 14px !important;
  }

  .tab-selection {
    top: 62px;
  }

  #modaldetail .groupStatus {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  #modaldetail .date .row div span,
  #modaldetail .groupStatus button span {
    font-size: 8px !important;
  }

  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }

  #modaldetail .avatar-comment {
    padding-right: 0 !important;
  }

  #modaldetail .avatar-comment img {
    padding: 2px !important;
  }

  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }

  #modaldetail .comment-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #modaldetail .row-content {
    display: flex;
    width: 100%;
  }

  #modaldetail .row-content > * {
    width: 100% !important;
  }

  #modaldetail #comment-form {
    right: 0 !important;
  }

  #modaldetail .attach-f button:first-of-type {
    width: 18px;
    height: 18px;
    display: flex;
    margin: 0;
    padding: 4px;
    justify-content: center !important;
    align-content: center !important;
  }

  #modaldetail .attach-f button:first-of-type i {
    font-size: 10px !important;
    margin: 0;
    padding: 0;
  }

  #modaldetail .row .no-m .col-6 .row {
    margin-right: 0;
  }

  #modaldetail .col-9 .row .col-6 {
    padding-left: 0 !important;
    padding-right: 2px;
  }

  #load-dash {
    margin-top: 70px !important;
  }

  #load-dash .btnr {
    margin-bottom: 10px;
  }

  #load-dash .btnr button {
    font-size: 10px;
  }

  aside {
    margin-left: -15rem !important;
  }

  i.side-toggle {
    position: absolute;
    left: -40px;
    top: 20%;
    padding: 8px 8px 8px 32px;
    background-color: rgba(0, 51, 196);
    color: #fff;
    border-radius: 25rem;
    cursor: pointer;
  }

  i.side-toggle:hover {
    filter: brightness(90%);
  }

  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }

  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25% !important;
    left: 90%;
  }

  .m-item-3 > :not(.img) {
    margin-right: calc(0.8rem) !important;
  }

  .m-item-4 > :not(.img) {
    margin-right: calc(0rem) !important;
  }

  .main-content {
    margin: 0;
    padding: 0;
  }

  .kanban .margin-t-4 {
    margin-top: 145px !important;
  }

  .kanban {
    overflow-y: hidden;
  }

  .kanban.boards .row {
    height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }

  #append-task-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: max-content;
    max-height: 80%;
  }

  .kanban.boards .row .col-3 {
    width: 280px !important;
    height: inherit;
  }

  .margin-t-4 {
    margin-top: calc(0.15rem) !important;
  }

  .main-content .recent-card {
    display: flex;
    justify-content: start;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 18912839900 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .dropdown.active .dropdown-content .dropdown-item > :not(:last-child) {
    margin-right: 5px;
  }

  .dropdown.active .dropdown-content .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }

  .recents {
    margin-top: 63px;
    display: flex;
    justify-content: center;
  }

  .recents > * {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 10px !important;
  }

  .recent-card {
    display: flex;
    flex-wrap: wrap;
  }

  .recent-card > a {
    margin-bottom: 12px !important;
    min-width: 100% !important;
    width: 100% !important;
    padding: 4px;
  }

  .recent-card .card {
    margin-right: 25px;
    min-width: 100% !important;
    padding: 4px 8px;
  }

  .recent-card .card span {
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .projects .card {
    position: relative;
    width: 100%;
    min-height: 166px;
    height: max-content;
    margin-bottom: 12px !important;
    padding-bottom: 15px;
    margin-right: 12px;
    box-shadow: none;
  }

  .projects .card:hover {
    background-color: rgba(0, 51, 196, 0.15);
    cursor: pointer;
  }

  .projects .card .card-project .title-group {
    margin: 0;
  }

  .projects .card .card-project .avatar-group {
    margin-bottom: 20px;
    margin-left: 18px !important;
  }

  .project-footer {
    position: absolute;
    bottom: 8px;
  }
}

.list-team .user-list,
.menu_option,
.option_toggle,
.tab-task .tab-wrap {
  background-color: rgba(255, 255, 255);
}

.menu_option,
.option_toggle {
  box-shadow: rgba(0, 51, 196, 0.25) 0 1px 3px, rgba(0, 51, 196, 0.24) 0 1px 2px;
  position: absolute;
  top: 70%;
  z-index: 999999999;
  transition: 0.2s;
}

@media only screen and (min-width: 1440px) {
  .container-fluid:has(.kanban) .main-content {
    height: 100vh;
    height: -webkit-fill-available;
    overflow: auto;
  }

  .container-fluid .kanban {
    display: flex;
    width: 100%;
  }

  .container-fluid .kanban .row {
    display: flex;
    flex-wrap: nowrap;
  }

  .container-fluid .kanban .row .col-3 .append-card {
    max-height: 70vh;
    overflow: auto;
  }

  .container-fluid .kanban .dropdown-content {
    margin-top: 18px;
    top: 100%;
    right: 0;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .container-fluid:has(.kanban) .main-content {
    height: 100vh;
    height: -webkit-fill-available;
    overflow: auto;
  }

  .container-fluid .kanban .row {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
  }

  .container-fluid .kanban .row .col-3 {
    flex: 0 0 auto;
  }

  .container-fluid .kanban .row .col-3 .append-card {
    max-height: 70vh;
    overflow: auto;
  }

  .container-fluid .kanban .dropdown-content {
    margin-top: 18px;
    top: 100%;
    right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .container-fluid:has(.kanban) .main-content {
    height: 100vh;
    height: -webkit-fill-available;
    overflow: auto;
  }

  .container-fluid .kanban .row {
    display: flex;
    flex-wrap: nowrap;
  }

  .container-fluid .kanban .row .col-3 {
    flex: 0 0 auto;
    width: 350px !important;
  }

  .container-fluid .kanban .row .col-3 .append-card {
    max-height: 70vh;
    overflow: auto;
  }

  .container-fluid .kanban .dropdown-content {
    margin-top: 18px;
    top: 100%;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .container-fluid:has(.kanban) .main-content {
    max-width: max-content;
    height: 100vh;
    height: -webkit-fill-available;
    overflow: auto;
  }

  .container-fluid .kanban {
    display: flex;
    width: 100%;
  }

  .container-fluid .kanban .row {
    display: flex;
    flex-wrap: nowrap;
  }

  .container-fluid .kanban .row .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .container-fluid .kanban .row .col-3 .append-card {
    max-height: 70vh;
    overflow: auto;
  }

  .container-fluid .kanban .dropdown-content {
    margin-top: 18px;
    top: 100%;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .container-fluid .kanban .dropdown.active .dropdown-content {
    display: block;
    margin-top: 0;
    top: 100%;
    right: 0;
  }

  .container-fluid .kanban .dropdown.active .dropdown-content > .dropdown-item {
    width: 100% !important;
    padding: 8px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .container-fluid
    .kanban
    .dropdown.active
    .dropdown-content
    .dropdown-item
    > :not(:last-child) {
    margin-right: 5px;
  }

  .container-fluid
    .kanban
    .dropdown.active
    .dropdown-content
    .dropdown-item:hover {
    background-color: rgba(0, 51, 196, 0.25);
  }
}

@media only screen and (min-height: 768px) {
  .kanban .margin-t-4 {
    margin-top: calc(135px);
  }

  .btn-inv {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-height: 767px) {
  .kanban .margin-t-4:not(.recents) {
    margin-top: calc(135px);
  }
}

.list-team {
  min-height: max-content;
  max-height: 280px;
  overflow: auto;
}

.list-team .user-list {
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.25);
  height: max-content;
  border-radius: 8px;
}

.list-team .user-list .user-head {
  transition: 0.2s ease-in-out;
  padding: 8px;
}

.list-team .user-list .user-head img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 2rem;
  margin-right: 12px;
}

.list-team .user-list .user-head .row div div > * {
  padding: 0 !important;
}

input[name="searchteam"] {
  border: 0.8px solid rgba(0, 0, 0, 0.25);
  outline: 0;
  font-size: 12px;
  padding: 5px;
  border-radius: 8px;
}

input[name="searchteam"]:focus {
  border: 0.8px solid;
  outline: 0;
}

i.searchicon {
  display: none;
  position: absolute;
  right: 5%;
  top: 25%;
  padding: 2px;
  background: rgba(220, 53, 69);
  color: #fff;
  border-radius: 2rem;
  font-size: 10px;
}

.kanban.boards .row .col-3 {
  margin-left: 3px;
  margin-right: 3px;
}

@media only screen and (max-width: 767px) {
  .btn-inv {
    width: max-content !important;
  }

  #load-dash .row .box-wrap {
    padding: 20px;
    border: 1px solid rgba(0, 51, 196, 0.25);
    border-right: none;
    border-radius: 4px;
    width: 100% !important;
  }

  #load-dash .row .box-wrap:nth-child(3),
  #load-dash .row .box-wrap:nth-child(6) {
    border-right: 1px solid rgba(0, 51, 196, 0.25);
  }

  #load-dash .row .box-wrap div i {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.65);
  }

  #load-dash .row .box-wrap div i:hover {
    color: rgba(0, 51, 196, 0.85);
  }

  #load-dash .row .box-wrap .chart-wrapper div#workload-chart,
  #load-dash .row .box-wrap div .health {
    margin-top: 10px;
  }

  #load-dash .row .box-wrap div .health > * {
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }

  #load-dash .row .box-wrap .chart-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }

  #load-dash .row .box-wrap .chart-wrapper div#task-chart {
    margin-top: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #load-dash .row .box-wrap {
    padding: 20px;
    border: 1px solid rgba(0, 51, 196, 0.25);
    border-right: none;
    border-radius: 4px;
    width: 50%;
  }

  #load-dash .row .box-wrap:nth-child(3),
  #load-dash .row .box-wrap:nth-child(6) {
    border-right: 1px solid rgba(0, 51, 196, 0.25);
  }

  #load-dash .row .box-wrap div i {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.65);
  }

  #load-dash .row .box-wrap div i:hover {
    color: rgba(0, 51, 196, 0.85);
  }

  #load-dash .row .box-wrap .chart-wrapper div#workload-chart,
  #load-dash .row .box-wrap div .health {
    margin-top: 10px;
  }

  #load-dash .row .box-wrap div .health > * {
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }

  #load-dash .row .box-wrap .chart-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }

  #load-dash .row .box-wrap .chart-wrapper div#task-chart {
    margin-top: 18px;
  }

  .list-asg {
    width: 100% !important;
  }

  .col-3.assign-list,
  .col-3.assign-list:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.25) !important;
  }

  .col-3.assign-list {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-top: 2px !important;
  }

  .modal-title {
    font-size: 12px !important;
  }

  #shareBoard .col-4.row {
    width: 100% !important;
    flex: 0 0 auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 5px !important;
  }

  #shareBoard #filter-team {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }

  #shareBoard #list-user-share .user-list .row.no-m {
    width: 70% !important;
  }

  #shareBoard #list-user-share .removeUser {
    margin-top: 8px !important;
  }

  #shareBoard #list-user-share .app-user {
    width: 100% !important;
    display: flex;
    font-size: 12px !important;
  }

  #shareBoard #list-user-share .app-user .dflex {
    flex-wrap: nowrap !important;
  }

  #shareBoard #list-user-share .app-user .fs-7 {
    font-size: 10px !important;
  }
}

.tab-task {
  width: 100%;
  height: max-content;
  margin-top: 18px;
}

.tab-task .tab-trigger {
  display: flex;
  width: max-content;
}

.tab-task .tab-trigger .tab-item {
  width: max-content;
  height: max-content;
  padding-inline: 12px;
  padding-block: 3px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.tab-task .tab-trigger .tab-item.choose {
  background-color: rgba(0, 51, 196, 0.9);
  color: rgba(255, 255, 255, 0.95);
}

.tab-task .tab-wrap {
  width: 100%;
  height: max-content;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-inline: 10px;
  padding-block: 10px;
}

.tab-task .tab-wrap .chooseWeek {
  width: 100%;
}

.tab-task .tab-wrap .dataList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}

@media only screen and (max-width: 768px) {
  .dataList {
    min-width: max-content !important;
  }
}

.tab-task .tab-wrap .dataList .col-2 {
  width: 50%;
}

#showWeek {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
}

#showWeek::-webkit-scrollbar {
  height: 2px !important;
}

#showWeek .col-2-5 {
  width: 100%;
  scroll-snap-align: center;
}

.menu_option {
  width: 350px;
  height: max-content;
  padding: 10px;
  right: -100%;
  opacity: 0;
  border-radius: 8px;
}

.menu_option hr {
  outline: 0;
  border: none;
  height: 1px;
  background-color: rgba(108, 108, 108, 0.25);
}

.menu_option .row .col-3,
.menu_option .row .col-6 {
  width: max-content !important;
  max-width: max-content !important;
}

.menu_option .row .col-3 {
  margin-top: 8px;
  margin-right: 8px;
}

.option_toggle {
  width: max-content;
  height: max-content;
  padding: 8px;
  border-radius: 8px;
  right: 18px;
}

.option_toggle:hover {
  cursor: pointer;
  filter: brightness(95%);
}

.option_toggle i {
  font-size: 14px;
  transition: 0.2s;
}

.option_toggle.show {
  right: 365px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.option_toggle.show i {
  transform: rotate(180deg);
}

.option_toggle.show ~ .menu_option {
  right: 18px;
  opacity: 1;
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
  .menu_option,
  .option_toggle {
    background-color: rgba(255, 255, 255);
    box-shadow: rgba(0, 51, 196, 0.25) 0 1px 3px,
      rgba(0, 51, 196, 0.24) 0 1px 2px;
    height: max-content;
    border-radius: 8px;
    position: absolute;
    top: 70%;
    z-index: 999999999;
    transition: 0.2s;
  }

  .menu_option {
    width: 300px;
    padding: 10px;
    right: -100%;
    opacity: 0;
  }

  .option_toggle {
    width: max-content;
    padding: 8px;
    right: 18px;
  }

  .option_toggle:hover {
    cursor: pointer;
    filter: brightness(95%);
  }

  .option_toggle i {
    font-size: 14px;
    transition: 0.2s;
  }

  .option_toggle.show {
    right: 312px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .option_toggle.show i {
    transform: rotate(180deg);
  }

  .option_toggle.show ~ .menu_option {
    right: 15px;
    opacity: 1;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .menu_option,
  .option_toggle {
    background-color: rgba(255, 255, 255);
    box-shadow: rgba(0, 51, 196, 0.25) 0 1px 3px,
      rgba(0, 51, 196, 0.24) 0 1px 2px;
    height: max-content;
    border-radius: 8px;
    position: absolute;
    top: 70%;
    z-index: 999999999;
    transition: 0.2s;
  }

  .menu_option {
    width: 250px;
    padding: 10px;
    right: -100%;
    opacity: 0;
  }

  .option_toggle {
    width: max-content;
    padding: 8px;
    right: 18px;
  }

  .option_toggle:hover {
    cursor: pointer;
    filter: brightness(95%);
  }

  .option_toggle i {
    font-size: 14px;
    transition: 0.2s;
  }

  .option_toggle.show {
    right: 265px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .option_toggle.show i {
    transform: rotate(180deg);
  }

  .option_toggle.show ~ .menu_option {
    right: 15px;
    opacity: 1;
  }
}
