@import url(https://fonts.googleapis.com/css2?family=Nunito&family=Poppins&display=swap);
*,
.global-containers,
body {
  box-sizing: border-box;
}
.global-containers,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}
aside,
body {
  height: 100vh;
}
body,
html {
  height: 100%;
}
.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;
}
.collapse-primary,
:root {
  --collapse-bg: rgba(25, 75, 120);
}
.sidebar .sidebar-nav .sidebar-item.side-parent .navicon,
i#comment-send {
  margin-left: auto;
}
#icon-desc:hover,
i#comment-send:hover {
  filter: brightness(80%);
}
:root {
  --avatar-size: 30px;
  --btn-bg: transparent;
  --white: rgba(255, 255, 255);
  --black: rgba(0, 0, 0);
  --grey: rgba(108, 108, 108);
  --primary: rgba(25, 75, 120);
  --secondary: rgba(85, 123, 156);
  --info: rgba(49, 140, 231);
  --warning: rgba(234, 151, 55);
  --orange: rgba(229, 121, 60);
  --danger: rgba(220, 53, 69);
  --success: rgba(25, 135, 84);
  --violet: rgba(100, 69, 215);
  --navy: rgba(3, 4, 94);
  --primary-40: rgba(25, 75, 120, 0.4);
  --secondary-40: rgba(85, 123, 156, 0.4);
  --info-40: rgba(49, 140, 231, 0.4);
  --warning-40: rgba(234, 151, 55, 0.4);
  --orange-40: rgba(229, 121, 60, 0.4);
  --danger-40: rgba(220, 53, 69, 0.4);
  --success-40: rgba(25, 135, 84, 0.4);
  --violet-40: rgba(100, 69, 215, 0.4);
  --navy-40: rgba(3, 4, 94, 0.4);
  --scrollbar: rgba(25, 75, 120, 0.15);
  --scrollbar-thumb: rgba(25, 75, 120, 0.65);
  --form-border: rgba(25, 75, 120, 0.65);
  --form-focus-border: rgba(25, 75, 120, 0.35);
}
html {
  scroll-behavior: smooth;
}
* {
  font-family: Poppins, sans-serif;
}
body {
  padding: 0;
  width: 100vw;
}
.bg-white,
.global-containers {
  background-color: var(--white) !important;
}
::-webkit-scrollbar {
  width: 5px;
  height: 6px !important;
  background-color: var(--scrollbar);
}
::-webkit-scrollbar-thumb:hover {
  cursor: pointer !important;
}
::-webkit-scrollbar-thumb {
  border-radius: calc(1rem);
  background-color: var(--scrollbar-thumb);
}
.ictask,
.link-new,
.project-header,
.recent-card .card,
.sidebar {
  background-color: var(--white);
}
.container-fluid {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  min-height: calc(2rem);
  max-height: 100vh !important;
  height: 100%;
  overflow: auto;
}
.card,
.h-content,
.list-team {
  min-height: max-content;
}
a {
  color: var(--black);
  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;
  row-gap: 2px 2px;
}
.navbar .nav-item .row > * {
  flex-shrink: 0;
  margin-top: calc(1.2px);
}
.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: var(--black) !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;
}
.card,
.link-new,
aside {
  width: max-content;
}
#modaldetail #panes .tab-detail .tab-detail-item:hover,
.collapse-home .collapse-title:hover,
.collapse-nav,
.list-team .user-list:hover,
i.searchicon:hover {
  filter: brightness(90%);
  cursor: pointer;
}
.margin-0,
.project-header p {
  margin: 0;
}
aside {
  max-height: 100vh;
  position: fixed;
  z-index: 1898123787;
}
.sidebar {
  box-shadow: 1px 1px 8px rgba(108, 108, 108, 0.35);
  min-width: 220px;
  max-width: 220px;
  height: inherit;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.card,
.card-body,
.h-content,
.link-new,
.sidebar .sidebar-nav {
  height: max-content;
}
.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;
}
aside.show-lg .sidebar .project-logo .side-avatar {
  width: 30px !important;
  margin-top: 8px;
  border: 1px solid rgba(108, 108, 108, 0.35);
  border-radius: 5rem;
  padding: 2px;
}
aside.show-lg .sidebar .project-logo .side-name {
  font-size: 10px !important;
}
#append-task-listview .icc,
#desc-section.desc-edit #task-description,
#modaldetail .atc,
#modaldetail .btn-act-wrap,
#modaldetail .date-sm,
#modaldetail .dropdown-tags,
.collapse-content,
.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 .side-role,
span.small {
  display: none;
}
.sidebar .project-logo i {
  position: absolute;
  background-color: var(--primary);
  padding: 8px;
  border-radius: 25rem;
  right: -6%;
  top: 25px;
  color: #fff;
  cursor: pointer;
}
.sidebar .sidebar-nav::-webkit-scrollbar {
  width: 3px;
}
.sidebar .sidebar-nav {
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 1rem;
  padding-bottom: 45px !important;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
}
.sidebar .sidebar-nav a {
  width: 100%;
  margin-bottom: 5px;
}
.sidebar .sidebar-nav .sidebar-item {
  width: inherit;
  padding-block: 8px;
  padding-inline: 0.8rem;
  border-radius: 1rem;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
  transition: 0.15s ease-in-out;
  display: flex;
  align-items: center;
}
#icon-desc:hover,
#tag-form i:hover,
.kanban .row .col-3 .card i,
.mode-menu .mode-item:hover,
.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: var(--primary) !important;
  transform: scale(1.1);
  transition: 0.2s ease-in-out;
}
#comment-form,
.pick-files .file-pr,
.sidebar .sidebar-nav .sidebar-item:hover:not(.active),
.submenu-div .submenu-item-side:hover {
  background-color: rgba(25, 75, 120, 0.15);
}
.sidebar .sidebar-nav .sidebar-item.active {
  background-color: rgba(25, 75, 120, 0.95);
  color: #fff;
}
.mode-menu .mode-item.active,
.tab-selection .tab-item:hover {
  background-color: rgba(25, 75, 120, 0.25);
}
#modaldetail .attach-data .attach-f button,
.collapse-card:not(.empty) .list-board > *,
.project-footer > *,
.recent-card .card-recent > *,
.sidebar .sidebar-nav .sidebar-item i {
  margin-right: 12px;
}
.sidebar .sidebar-nav a .submenu {
  display: none;
  width: 100%;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 0;
  padding-left: 2rem;
  padding-top: 6px;
}
.sidebar .sidebar-nav a .submenu .submenu-item {
  border-radius: 1rem;
  padding-inline: 10px;
  padding-block: 5px;
  transition: 0.2s ease-in-out;
}
.sidebar .sidebar-nav a .submenu .submenu-item:hover {
  cursor: pointer;
  background-color: rgba(25, 75, 120, 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);
  color: var(--primary);
  padding-block: 4px;
  padding-inline: 6px;
  border-radius: 3px;
  position: absolute;
  top: -65px;
  display: none;
}
.text-primary,
i#comment-send:hover {
  color: var(--primary) !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(25, 75, 120, 0.25);
  transition: 0.2s ease-in-out;
}
form {
  width: 100%;
  padding-inline: 10px;
}
.avatar,
.collapse-card,
.dropdown,
.form-group .form-append,
.search {
  position: relative;
}
.form-group .form-append .form-append-leading {
  position: absolute;
  left: 8px;
  top: 25%;
}
.form-group .form-append .form-input {
  padding-left: 24px;
  width: 100%;
}
.form-input[readonly],
select[disabled] {
  background-color: rgba(238, 238, 238) !important;
  pointer-events: none;
}
.form-group .form-append .form-append-trailing {
  position: absolute;
  right: 10px;
  top: 25%;
}
.p-x-y {
  padding: 20px !important;
}
.p-x-y-sm {
  padding: 10px !important;
}
.p-y {
  padding-block: 0.5rem !important;
}
.p-y-sm {
  padding-block: 0.35rem !important;
}
.p-y-2 {
  padding-block: 1rem !important;
}
.p-y-3 {
  padding-block: 1.3rem !important;
}
.p-y-4 {
  padding-block: 1.6rem !important;
}
.p-x {
  padding-inline: 0.5rem !important;
}
.p-x-sm {
  padding-inline: 0.35rem !important;
}
.p-x-2 {
  padding-inline: 1rem !important;
}
.p-x-3 {
  padding-inline: 1.3rem !important;
}
.p-x-4 {
  padding-inline: 1.6rem !important;
}
.margin-t {
  margin-top: calc(0.15rem) !important;
}
.margin-t-14p {
  margin-top: 14px !important;
}
.margin-t-18p {
  margin-top: 18px !important;
}
.margin-t-20p {
  margin-top: 20px !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-info {
  color: var(--info) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-warning {
  color: var(--warning) !important;
}
.text-orange {
  color: var(--orange) !important;
}
.text-success {
  color: var(--success) !important;
}
.text-danger {
  color: var(--danger) !important;
}
.text-white {
  color: var(--white) !important;
}
.text-dark {
  color: var(--grey) !important;
}
.text-violet {
  color: var(--violet) !important;
}
.text-navy {
  color: var(--navy) !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;
}
.card {
  padding: 6px;
  padding-inline: 5px;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(108, 108, 108, 0.15);
  padding-bottom: 5px;
}
.card-body {
  padding: 0;
  margin: 0;
  width: 100%;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding: 5px 0 0;
  margin: 0;
  border-top: 1px solid rgba(25, 75, 120, 0.15);
}
.collapse,
.collapse .collapse-nav {
  height: max-content;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}
.border {
  border: 1px solid rgba(108, 108, 108, 0.35);
}
.shadow-sm {
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.shadow-lg {
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}
.bg-primary,
.task-priority button.on[data-value="low"] {
  background-color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-info {
  background-color: var(--info);
}
.bg-warning {
  background-color: var(--warning);
}
.bg-orange {
  background-color: var(--orange);
}
.bg-danger {
  background-color: var(--danger);
}
.bg-success {
  background-color: var(--success);
}
.bg-violet {
  background-color: var(--violet);
}
.bg-navy {
  background-color: var(--navy);
}
.bg-primary-40 {
  background: var(--primary-40);
}
.bg-secondary-40 {
  background-color: var(--secondary-40);
}
.bg-info-40 {
  background-color: var(--info-40);
}
.bg-warning-40 {
  background-color: var(--warning-40);
}
.bg-orange-40 {
  background-color: var(--orange-40);
}
.bg-danger-40 {
  background-color: var(--danger-40);
}
.bg-success-40 {
  background-color: var(--success-40);
}
.bg-violet-40 {
  background-color: var(--violet-40);
}
.bg-navy-40 {
  background-color: var(--navy-40);
}
.rounded {
  border-radius: 4px;
}
.d-none {
  display: none !important;
}
.dflex {
  display: flex;
  flex-wrap: wrap;
}
.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;
}
.collapse {
  border-radius: 5px;
  border: none;
  display: block;
}
.collapse.show .collapse-nav i {
  transform: rotate(180deg);
}
.collapse.show .collapse-content {
  display: block;
  transition: 0.3s ease-in-out;
}
.collapse .collapse-nav {
  background-color: var(--collapse-bg);
  color: var(--white);
  padding: 10px;
  border-radius: 5px;
  border: none;
  display: block;
}
.collapse .collapse-nav i {
  position: absolute;
  right: 10px;
  transition: 0.3s ease-in-out;
}
.collapse-75,
.w-75 {
  width: 75% !important;
}
.collapse-85 {
  width: 85% !important;
}
.add-list,
.collapse-100,
.w-100 {
  width: 100% !important;
}
.collapse-secondary {
  --collapse-bg: rgba(85, 123, 156);
}
.collapse-warning {
  --collapse-bg: rgba(234, 151, 55);
}
.collapse-info {
  --collapse-bg: rgba(49, 140, 231);
}
.collapse-danger {
  --collapse-bg: rgba(220, 53, 69);
}
.collapse-success {
  --collapse-bg: rgba(25, 135, 84);
}
.collapse-violet {
  --collapse-bg: rgba(100, 69, 215);
}
.collapse-navy {
  --collapse-bg: rgba(3, 4, 94);
}
.pick-files {
  border: 1px dashed rgba(108, 108, 108, 0.5);
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  padding: 12px;
}
.pick-files:hover {
  background-color: rgba(108, 108, 108, 0.15);
  cursor: pointer;
}
.pick-files .file-pr {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  padding: 6px;
  margin-inline: 5px;
  margin-bottom: 45px;
}
.pick-files .file-pr .drop-attach {
  position: absolute;
  bottom: -35px;
  left: 40%;
}
.pick-files .file-pr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  object-position: center center;
}
.pick-files .file-pr:hover img {
  filter: blur(2px);
}
.task-priority {
  width: 100%;
  display: flex;
  border-radius: 25rem;
  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: var(--white);
  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;
  background-color: rgba(25, 75, 120, 0.35);
}
#modaldetail #panes .tab-detail .tab-detail-item.active,
.collapse-div,
.mode-menu,
.precontent,
.preload,
input[type="radio"],
select {
  background-color: #fff;
}
.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(25, 75, 120, 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;
}
input[name="newtask-input"]:focus {
  outline: 0;
  border-bottom: 0.8px solid rgba(25, 75, 120, 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 var(--primary) !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;
}
.row.no-m > .dflex > * {
  margin-bottom: 0 !important;
}
#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:hover {
  background-color: rgba(25, 75, 120, 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(25, 75, 120, 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: var(--black);
  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 i {
  color: rgba(104, 104, 104, 0.8);
}
#modaldetail #panes .tab-detail .tab-detail-item.active i,
.breadcrumb .breadcrumb-item i {
  color: var(--primary);
}
#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;
}
#append-task-listview .list-task .col-4.tname:hover .icc,
.avatar-group,
.breadcrumb,
.btn-task:hover .ictask,
.form-group .radio {
  display: flex;
}
.breadcrumb .breadcrumb-item {
  font-size: 12px;
  margin-right: 5px;
}
.breadcrumb .breadcrumb-item:last-child {
  color: var(--primary);
  font-weight: 600;
}
.mode-menu {
  display: flex;
  width: max-content;
  height: max-content;
  margin-bottom: -150px !important;
  margin-right: 10px;
  border-radius: 8px;
  position: absolute;
  z-index: 1888;
  text-align: center;
  right: 18px;
  bottom: 18px;
  transition: 0.2s ease-in-out;
  filter: drop-shadow(1px 1px 4px rgba(108, 108, 108, 0.5));
}
.mode-menu.hovering {
  margin-bottom: 10px !important;
}
.mode-menu .mode-title {
  margin-bottom: 12px;
}
.mode-menu .mode-item {
  padding: 10px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.mode-menu .mode-item i {
  color: rgba(108, 108, 108, 0.75);
}
#load-dash .row .box-wrap div i:hover,
.mode-menu .mode-item.active i,
.mode-menu .mode-item:hover i {
  color: rgba(25, 75, 120, 0.85);
}
#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;
}
.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: var(--primary);
  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: 80px;
  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: var(--primary);
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  position: absolute;
  bottom: 2px;
  right: 0;
}
.collapse-home {
  width: 100%;
  height: max-content;
  position: relative;
  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-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-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(25, 75, 120, 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 {
  display: flex;
  position: absolute;
  justify-content: center;
}
.precontent.d-none,
.preload.d-none {
  opacity: 0;
  visibility: hidden;
}
.global-containers.show,
.precontent,
.preload {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.preload {
  width: 100vw;
  height: 100vh;
  z-index: 1898123790;
  align-items: center;
}
.precontent,
.tab-selection {
  width: 100%;
  align-items: center;
}
.preload img {
  transform: scale(0.5);
}
.precontent {
  height: 100%;
}
.precontent img {
  transform: scale(0.08);
}
.global-containers.show {
  visibility: visible;
}
.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;
}
.btn:hover,
.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: var(--primary);
  color: #fff;
}
#load-dash .row .box-wrap {
  padding: 20px;
  border: 1px solid rgba(25, 75, 120, 0.25);
  border-right: none;
  border-radius: 4px;
}
#load-dash .row .box-wrap:nth-child(3),
#load-dash .row .box-wrap:nth-child(6) {
  border-right: 1px solid rgba(25, 75, 120, 0.25);
}
#load-dash .row .box-wrap div i {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
}
#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;
}
.m-item-3 > :not(.img) {
  margin-right: calc(2.8rem) !important;
}
.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: 4px !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-primary {
  --btn-bg: var(--primary) !important;
}
.btn-info {
  --btn-bg: var(--info) !important;
}
.btn-secondary {
  --btn-bg: var(--secondary) !important;
}
.btn-warning {
  --btn-bg: var(--warning) !important;
}
.btn-success {
  --btn-bg: var(--success) !important;
}
.btn-danger {
  --btn-bg: var(--danger) !important;
}
.btn-circle {
  border-radius: calc(50rem) !important;
}
.btn-pill {
  border-radius: 25rem !important;
  padding-left: 14px;
  padding-right: 14px;
}
button[disabled="disabled"],
button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: contrast(0.5);
}
img.img-profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.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: var(--primary);
  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: var(--primary);
  min-height: calc(100% - 70px);
  margin-left: calc(4px);
  display: flex;
  align-items: center;
}
.recent-card .card.active {
  background-color: var(--primary);
  transition: 0.2s ease-in-out;
}
.recent-card .card.active .card-dash {
  color: rgba(28, 28, 28);
  background-color: var(--white);
}
.recent-card .card.active .card-text > * {
  color: var(--white);
  font-weight: 400;
}
.recent-card .card.active .card-text span {
  color: rgba(255, 255, 255, 0.7);
}
.projects .card {
  min-width: calc(100vw / 4);
  background-color: rgba(25, 75, 120, 0.075);
  padding: calc(15px);
  height: max-content;
}
.avatar-group .avatar-count,
.avatar-group .hidden-avatars,
.bdg-primary {
  background-color: var(--primary);
  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(25, 75, 120, 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 {
  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-5,
.col-6,
.col-7,
.col-8 {
  flex: 0 0 auto;
}
.required::after {
  content: " *";
  color: rgba(220, 53, 69);
}
.bdg-info {
  background-color: rgba(25, 75, 120, 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-primary-40 {
  --bdg-round-bg: rgba(25, 75, 120, 0.15);
}
.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%;
}
.col-2 {
  width: 16.666667%;
}
.col-3,
.kanban .row .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}
.col-5 {
  width: 41.66666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.66666%;
}
.col-9 {
  flex: 0 0 auto;
  width: 74.99997%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333%;
}
.col-12,
.kanban .row .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.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(25, 75, 120, 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(25, 75, 120, 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(25, 75, 120, 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% !important;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.form-group label {
  font-size: 12px;
}
.form-input:not(input[type="file"]) {
  font-size: 14px;
  padding: 6px;
  border: 1px solid rgba(25, 75, 120, 0.25);
  border-radius: 3px;
}
.form-group textarea:focus,
.form-input:focus,
select:focus {
  border: 1px solid rgba(25, 75, 120, 0.85) !important;
  outline: 0;
}
.form-group textarea {
  border-radius: 8px;
  border: 1px solid rgba(25, 75, 120, 0.25);
  padding: 6px;
  font-size: 14px;
}
.form-group .radio div {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.form-group .radio div span {
  font-size: 14px;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: #000;
  border: 0.15px solid rgba(25, 75, 120, 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(25, 75, 120, 0.25);
  background-color: rgba(25, 75, 120, 0.8);
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
input[type="radio"]:focus {
  outline: rgba(25, 75, 120, 0.075) solid;
  outline-offset: max(2px, 0.15em);
}
select {
  padding: 8px;
  border: 1px solid rgba(25, 75, 120, 0.25);
  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: var(--primary);
}
.progress-warning {
  --bg-progress: rgba(234, 151, 55);
}
.progress-info {
  --bg-progress: rgba(25, 75, 120, 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.bell .notif > .dropdown-item,
.dropdown.active .dropdown-content > .dropdown-item {
  width: 100% !important;
  padding: 8px 12px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.dropdown.active .dropdown-content.company .notif > .dropdown-item {
  width: 100% !important;
  padding: 6px 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 0.9rem;
}
.dropdown.active .dropdown-content .dropdown-item:hover {
  background-color: rgba(25, 75, 120, 0.25) !important;
  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) {
  .container-fluid,
  .container-fluid .navbar .nav-item,
  aside.show-lg,
  aside.show-lg span {
    transition: 0.3s ease-in-out;
  }
  .nav-item .breadcrumb,
  .nav-item .row-bc > * {
    max-width: max-content !important;
  }
  .container-fluid {
    padding: 1rem 1rem 1rem 15rem !important;
    margin: 0 !important;
    max-height: 768px;
    height: 100%;
    overflow: auto;
    width: 100% !important;
    overflow-x: hidden !important;
  }
  .form-order .row .col-8:not(:last-of-type),
  .project-header,
  .row .col-4:not(:last-of-type) {
    padding-bottom: 6px !important;
  }
  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 16rem) !important;
    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: 10px 4px;
  }
  .project-header {
    margin-top: 80px;
    padding-top: 6px !important;
  }
  .btn-head,
  .container-fluid .navbar .nav-item,
  .form-order .forms .col-4,
  .form-order .forms .col-8,
  aside.show-lg ~ .content .container-fluid .navbar .nav-item {
    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 .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;
  }
  #modaldetail .date .row div span {
    font-size: 8px !important;
  }
  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }
  #modaldetail #comment-form {
    right: 0 !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;
  }
  .content.margin-t-4,
  .jobto {
    margin-top: 70px !important;
  }
  .jobto .card {
    width: 25%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .row.tickets .col-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .nav-item .breadcrumb,
  .nav-item .dflex.right,
  .nav-item .row-bc > *,
  .nav-item .row.bc {
    width: max-content !important;
  }
  .head-deliv,
  .heads,
  .nav-item .row.bc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .nav-item .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-item .breadcrumb .breadcrumb-item {
    height: max-content;
  }
  .margin-t-4 {
    margin-top: calc(0.15rem) !important;
  }
  .btn-action,
  .btn-head {
    justify-content: end;
    display: flex;
  }
  .btn-head {
    margin-top: 10px;
  }
  .btn-head button:first-child {
    width: max-content;
    margin-right: 8px !important;
  }
  .btn-head button:nth-child(2),
  .head-deliv .top-section button:nth-child(3) {
    width: max-content;
  }
  .btn-action {
    align-items: center;
  }
  .form-order {
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }
  .form-deliv .col-6 .form-input,
  .form-order .row .form-input {
    width: 100% !important;
  }
  .form-order .col-6 {
    width: 50%;
    padding-inline: 5px;
    margin-top: 0 !important;
  }
  .notes {
    margin-top: 24px !important;
  }
  .pending-comment .row .col-12 .cmn {
    width: 85% !important;
  }
  .comment-form .form-group .form-append input {
    width: 85% !important;
    margin-right: 8px !important;
  }
  .comment-form .form-group .form-append i {
    width: 10% !important;
  }
  .head-deliv .top-section {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-top: 10px;
  }
  .head-deliv .top-section button:first-child,
  .head-deliv .top-section button:nth-child(2) {
    width: max-content;
    margin-right: 5px !important;
  }
  .deliv-card {
    padding-inline: 14px !important;
    padding-block: 14px;
  }
  .form-deliv .col-6 {
    width: 50%;
    margin-top: 0 !important;
    padding-inline: 5px;
  }
  .form-deliv .col-6 .row .col-4,
  .form-deliv .col-6 .row .col-8 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 6px !important;
  }
  .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(25, 75, 120, 0.25);
  }
}
@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;
  }
  .nav-item .breadcrumb,
  .nav-item .row-bc > * {
    max-width: max-content !important;
  }
  .container-fluid {
    padding: 1rem 1rem 1rem 15rem !important;
    margin: 0 !important;
    max-height: 768px;
    height: 100%;
    overflow: auto;
    width: 100% !important;
    overflow-x: hidden !important;
  }
  .form-order .row .col-8:not(:last-of-type),
  .project-header,
  .row .col-4:not(:last-of-type) {
    padding-bottom: 6px !important;
  }
  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 16rem) !important;
    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: 10px 4px;
  }
  .project-header {
    margin-top: 80px;
    padding-top: 6px !important;
  }
  .btn-head,
  .container-fluid .navbar .nav-item,
  .form-order .forms .col-4,
  .form-order .forms .col-8,
  aside.show-lg ~ .content .container-fluid .navbar .nav-item {
    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 .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;
  }
  #modaldetail .date .row div span {
    font-size: 8px !important;
  }
  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }
  #modaldetail #comment-form {
    right: 0 !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;
  }
  .content.margin-t-4,
  .jobto {
    margin-top: 70px !important;
  }
  .jobto .card {
    width: 25%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .row.tickets .col-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .nav-item .breadcrumb,
  .nav-item .dflex.right,
  .nav-item .row-bc > *,
  .nav-item .row.bc {
    width: max-content !important;
  }
  .head-deliv,
  .heads,
  .nav-item .row.bc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .nav-item .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-item .breadcrumb .breadcrumb-item {
    height: max-content;
  }
  .margin-t-4 {
    margin-top: calc(0.15rem) !important;
  }
  .btn-action,
  .btn-head {
    justify-content: end;
    display: flex;
  }
  .btn-head {
    margin-top: 10px;
  }
  .btn-head button:first-child {
    width: max-content;
    margin-right: 8px !important;
  }
  .btn-head button:nth-child(2),
  .head-deliv .top-section button:nth-child(3) {
    width: max-content;
  }
  .btn-action {
    align-items: center;
  }
  .form-order {
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }
  .form-deliv .col-6 .form-input,
  .form-order .row .form-input {
    width: 100% !important;
  }
  .form-order .col-6 {
    width: 50%;
    padding-inline: 5px;
    margin-top: 0 !important;
  }
  .notes {
    margin-top: 24px !important;
  }
  .pending-comment .row .col-12 .cmn {
    width: 85% !important;
  }
  .comment-form .form-group .form-append input {
    width: 85% !important;
    margin-right: 8px !important;
  }
  .comment-form .form-group .form-append i {
    width: 10% !important;
  }
  .head-deliv .top-section {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-top: 10px;
  }
  .head-deliv .top-section button:first-child,
  .head-deliv .top-section button:nth-child(2) {
    width: max-content;
    margin-right: 5px !important;
  }
  .deliv-card {
    padding-inline: 14px !important;
    padding-block: 14px;
  }
  .form-deliv .col-6 {
    width: 50%;
    margin-top: 0 !important;
    padding-inline: 5px;
  }
  .form-deliv .col-6 .row .col-4,
  .form-deliv .col-6 .row .col-8 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 6px !important;
  }
  .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(25, 75, 120, 0.25);
  }
}
@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;
  }
  .nav-item .breadcrumb,
  .nav-item .row-bc > * {
    max-width: max-content !important;
  }
  .container-fluid {
    padding: 1rem 1rem 1rem 15rem !important;
    margin: 0 !important;
    max-height: 768px;
    height: 100%;
    overflow: auto;
    width: 100% !important;
    overflow-x: hidden !important;
  }
  .form-order .row .col-8:not(:last-of-type),
  .project-header,
  .row .col-4:not(:last-of-type) {
    padding-bottom: 6px !important;
  }
  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 16rem) !important;
    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: 10px 4px;
  }
  .project-header {
    margin-top: 80px;
    padding-top: 6px !important;
  }
  .btn-head,
  .container-fluid .navbar .nav-item,
  .form-order .forms .col-4,
  .form-order .forms .col-8,
  aside.show-lg ~ .content .container-fluid .navbar .nav-item {
    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 .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;
  }
  #modaldetail .date .row div span {
    font-size: 8px !important;
  }
  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }
  #modaldetail #comment-form {
    right: 0 !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;
  }
  .content.margin-t-4,
  .jobto {
    margin-top: 70px !important;
  }
  .jobto .card {
    width: 25%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .row.tickets .col-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .nav-item .breadcrumb,
  .nav-item .dflex.right,
  .nav-item .row-bc > *,
  .nav-item .row.bc {
    width: max-content !important;
  }
  .head-deliv,
  .heads,
  .nav-item .row.bc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .nav-item .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-item .breadcrumb .breadcrumb-item {
    height: max-content;
  }
  .margin-t-4 {
    margin-top: calc(0.15rem) !important;
  }
  .btn-action,
  .btn-head {
    justify-content: end;
    display: flex;
  }
  .btn-head {
    margin-top: 10px;
  }
  .btn-head button:first-child {
    width: max-content;
    margin-right: 8px !important;
  }
  .btn-head button:nth-child(2),
  .head-deliv .top-section button:nth-child(3) {
    width: max-content;
  }
  .btn-action {
    align-items: center;
  }
  .form-order {
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }
  .form-deliv .col-6 .form-input,
  .form-order .row .form-input {
    width: 100% !important;
  }
  .form-order .col-6 {
    width: 50%;
    padding-inline: 5px;
    margin-top: 0 !important;
  }
  .notes {
    margin-top: 24px !important;
  }
  .pending-comment .row .col-12 .cmn {
    width: 85% !important;
  }
  .comment-form .form-group .form-append input {
    width: 85% !important;
    margin-right: 8px !important;
  }
  .comment-form .form-group .form-append i {
    width: 10% !important;
  }
  .head-deliv .top-section {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-top: 10px;
  }
  .head-deliv .top-section button:first-child,
  .head-deliv .top-section button:nth-child(2) {
    width: max-content;
    margin-right: 5px !important;
  }
  .deliv-card {
    padding-inline: 14px !important;
    padding-block: 14px;
  }
  .form-deliv .col-6 {
    width: 50%;
    margin-top: 0 !important;
    padding-inline: 5px;
  }
  .form-deliv .col-6 .row .col-4,
  .form-deliv .col-6 .row .col-8 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 6px !important;
  }
  .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(25, 75, 120, 0.25);
  }
  #form-ticket {
    display: flex;
    flex-wrap: wrap;
  }
  #form-ticket .form-group {
    width: 50% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-inline: 8px;
  }
  #file-append {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow: auto;
  }
  #file-append .col-3 {
    width: 16.666677%;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .container-fluid,
  .container-fluid .navbar .nav-item,
  aside.show-lg,
  aside.show-lg span {
    transition: 0.3s ease-in-out;
  }
  .nav-item .breadcrumb,
  .nav-item .row-bc > * {
    max-width: max-content !important;
  }
  .container-fluid {
    padding: 1rem 1rem 1rem 15rem !important;
    margin: 0 !important;
    max-height: 768px;
    height: 100%;
    overflow: auto;
    width: 100% !important;
    overflow-x: hidden !important;
  }
  .form-order .row .col-8:not(:last-of-type),
  .project-header,
  .row .col-4:not(:last-of-type) {
    padding-bottom: 6px !important;
  }
  .container-fluid .navbar,
  .project-header {
    width: calc(100% - 16rem) !important;
    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: 10px 4px;
  }
  .project-header {
    margin-top: 80px;
    padding-top: 6px !important;
  }
  .btn-head,
  .container-fluid .navbar .nav-item,
  .form-order .forms .col-4,
  .form-order .forms .col-8,
  aside.show-lg ~ .content .container-fluid .navbar .nav-item {
    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 .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;
  }
  #modaldetail .date .row div span {
    font-size: 8px !important;
  }
  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }
  #modaldetail #comment-form {
    right: 0 !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;
  }
  .content.margin-t-4,
  .jobto {
    margin-top: 70px !important;
  }
  .jobto .card {
    width: 25%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .row.tickets .col-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .nav-item .breadcrumb,
  .nav-item .dflex.right,
  .nav-item .row-bc > *,
  .nav-item .row.bc {
    width: max-content !important;
  }
  .head-deliv,
  .heads,
  .nav-item .row.bc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .nav-item .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-item .breadcrumb .breadcrumb-item {
    height: max-content;
  }
  .margin-t-4 {
    margin-top: calc(0.15rem) !important;
  }
  .btn-action,
  .btn-head {
    justify-content: end;
    display: flex;
  }
  .btn-head {
    margin-top: 10px;
  }
  .btn-head button:first-child {
    width: max-content;
    margin-right: 8px !important;
  }
  .btn-head button:nth-child(2),
  .head-deliv .top-section button:nth-child(3) {
    width: max-content;
  }
  .btn-action {
    align-items: center;
  }
  .form-order {
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }
  .form-deliv .col-6 .form-input,
  .form-order .row .form-input {
    width: 100% !important;
  }
  .form-order .col-6 {
    width: 50%;
    padding-inline: 5px;
    margin-top: 0 !important;
  }
  .notes {
    margin-top: 24px !important;
  }
  .pending-comment .row .col-12 .cmn {
    width: 85% !important;
  }
  .comment-form .form-group .form-append input {
    width: 85% !important;
    margin-right: 8px !important;
  }
  .comment-form .form-group .form-append i {
    width: 10% !important;
  }
  .head-deliv .top-section {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-top: 10px;
  }
  .head-deliv .top-section button:first-child,
  .head-deliv .top-section button:nth-child(2) {
    width: max-content;
    margin-right: 5px !important;
  }
  .deliv-card {
    padding-inline: 14px !important;
    padding-block: 14px;
  }
  .form-deliv .col-6 {
    width: 50%;
    margin-top: 0 !important;
    padding-inline: 5px;
  }
  .form-deliv .col-6 .row .col-4,
  .form-deliv .col-6 .row .col-8 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 6px !important;
  }
  .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(25, 75, 120, 0.25);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-fluid,
  .container-fluid .main-content {
    height: 100%;
  }
  .container-fluid .appbar,
  .container-fluid .navbar.sc-sm .navbar-head {
    max-width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    width: 100%;
  }
  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }
  .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-height: 768px;
    overflow: auto;
    overflow-x: hidden !important;
  }
  .container-fluid .main-content .jobto.sc-lg,
  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type),
  .container-fluid .navbar.sc-lg {
    display: none;
  }
  .container-fluid .navbar.sc-sm {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: max-content;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
  }
  .container-fluid .navbar.sc-sm .navbar-head {
    color: #fff;
    padding: 20px;
    margin: 0 !important;
    background-image: linear-gradient(
      to bottom,
      rgba(32, 81, 125),
      rgba(46, 92, 135),
      rgba(66, 110, 149)
    );
  }
  .container-fluid .navbar.sc-sm .navbar-head.linear-grad {
    background-image: linear-gradient(
      to bottom,
      rgba(33, 82, 126),
      rgba(38, 86, 130),
      rgba(50, 96, 138),
      rgba(70, 113, 153),
      rgba(93, 133, 169),
      rgba(125, 160, 191),
      rgba(133, 167, 197)
    ) !important;
  }
  .container-fluid .navbar.sc-sm .navbar-head i {
    font-size: 24px;
  }
  .container-fluid .navbar.sc-sm .navbar-head h5 {
    font-size: 18px;
    font-weight: 400;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells {
    position: relative;
    width: max-content;
    height: max-content;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells span {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 22px;
    height: 22px;
    font-weight: inherit;
    font-size: 13px;
    border-radius: 10px;
  }
  .container-fluid .navbar.sc-sm .navbar-head i.side-toggle {
    display: block;
    color: #fff;
    cursor: pointer;
  }
  .container-fluid .dash-sm {
    display: flex !important;
  }
  .container-fluid .appbar {
    padding: 10px;
    min-height: 75px;
    display: flex;
    align-items: center;
    background: rgba(18, 70, 116, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: fixed;
  }
  #form-sub .row .col-6,
  .inform .p-x {
    padding-inline: 0px !important;
  }
  .nav-item .breadcrumb,
  .nav-item .row-bc > * {
    max-width: max-content !important;
  }
  .container-fluid .tabs {
    width: 100%;
    height: max-content;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 75px;
  }
  .container-fluid .tabs .tabs-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90%;
  }
  .container-fluid .tabs .tabs-wrapper button {
    border-radius: 2rem !important;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-fluid .tabs .tabs-wrapper .arr-left {
    position: absolute;
    left: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .arr-right {
    position: absolute;
    right: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content {
    background-color: rgba(125, 160, 191, 0.25);
    border-radius: 1rem;
    display: flex;
    justify-content: start;
    width: 100%;
    padding-inline: 18px;
    overflow-x: auto;
    padding-block: 4px;
    scroll-behavior: smooth;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content::-webkit-scrollbar {
    display: none !important;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item {
    width: max-content;
    min-width: max-content;
    max-width: max-content;
    text-align: center;
    padding-inline: 4px;
    padding-block: 2px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item.active {
    border-radius: 10px;
    background-color: rgba(133, 167, 197, 0.35);
    padding-inline: 6px;
    padding-block: 2px;
  }
  .container-fluid .main-content #ticket-append {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 150px);
    overflow-y: auto !important;
    overflow-x: hidden;
  }
  .container-fluid .main-content .data-item {
    margin-bottom: 8px;
    margin-inline: 5px;
    min-height: max-content !important;
  }
  .container-fluid .main-content #file-append {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    overflow: auto;
  }
  .container-fluid .main-content #file-append .col-3 {
    margin-inline: 10px;
  }
  .container-fluid .main-content .jobto.sc-sm .card {
    min-height: max-content !important;
    height: max-content;
  }
  aside {
    margin-left: -15rem !important;
  }
  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }
  aside.show-sm .sidebar .sidebar-nav {
    display: block;
    padding-bottom: 100px !important;
  }
  aside.show-sm .sidebar {
    max-width: max-content;
    max-height: max-content;
    position: relative;
  }
  aside.show-sm .sidebar .btn-logout {
    margin-top: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 85% !important;
    margin-inline: auto;
    position: absolute;
    bottom: 40px;
    left: 10px;
    right: 10px;
  }
  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25px !important;
    left: 90%;
  }
  .container-fluid .navbar .nav-item,
  .form-order .col-6,
  .form-order .forms .col-4,
  .form-order .forms .col-8 {
    width: 100%;
  }
  .container-fluid .navbar .nav-item .dflex {
    filter: blur(0px);
    display: flex;
    justify-content: end;
  }
  .container-fluid .navbar .nav-item .row > * {
    font-size: 14px !important;
    width: max-content;
  }
  .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;
  }
  #modaldetail .date .row div span {
    font-size: 8px !important;
  }
  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }
  #modaldetail #comment-form {
    right: 0 !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;
  }
  .jobto {
    margin-top: 70px !important;
  }
  .jobto .card {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .row.tickets .col-3 {
    width: 50%;
    flex: 0 0 auto;
  }
  .nav-item .breadcrumb,
  .nav-item .dflex.right,
  .nav-item .row-bc > *,
  .nav-item .row.bc {
    width: max-content !important;
  }
  .head-deliv,
  .heads,
  .nav-item .row.bc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .nav-item .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-item .breadcrumb .breadcrumb-item {
    height: max-content;
  }
  .content.margin-t-4 {
    margin-top: 85px !important;
  }
  .tabs.sc-sm ~ .content.margin-t-4 {
    margin-top: 125px !important;
  }
  .margin-t-4 {
    margin-top: calc(1.6rem) !important;
  }
  .btn-head,
  .head-deliv .top-section button:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
  .btn-head button:first-child {
    width: 35%;
    margin-right: 8px !important;
  }
  .btn-head button:nth-child(2) {
    width: 60%;
  }
  .btn-action {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-order {
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }
  .form-order .row .col-8:not(:last-of-type),
  .row .col-4:not(:last-of-type) {
    padding-bottom: 6px !important;
  }
  #form-dt #btn-add,
  #form-dt .row .form-append input,
  #form-sub,
  #form-sub input,
  #form-sub label,
  #form-sub textarea,
  .form-deliv .col-6 .form-input,
  .form-order .row .form-input,
  .inform * {
    width: 100% !important;
  }
  .inform {
    margin-top: 8px;
  }
  #form-customer .col-6,
  #form-sub .row .col-6 {
    width: 100%;
    flex: 0 0 auto;
  }
  .form-order .gens {
    font-size: 14px !important;
  }
  .form-order .general button {
    padding: 5px !important;
  }
  .notes {
    margin-top: 24px !important;
  }
  .comment-form {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .chat-wrap {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .chat-wrap.left {
    justify-content: start;
  }
  .chat-wrap.right {
    justify-content: end;
  }
  .card.chat {
    width: max-content;
    height: max-content;
    min-height: max-content;
    padding-block: 10px;
    margin-bottom: 8px;
  }
  .chat-wrap.left .card.chat {
    border-radius: 0 15px 15px;
    padding-right: 15px !important;
  }
  .chat-wrap.right .card.chat {
    border-radius: 15px 0 15px 15px;
    background-color: rgba(18, 70, 116, 0.15);
    padding-left: 15px !important;
  }
  .head-deliv .top-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .head-deliv .top-section button:first-child {
    width: 48%;
    margin-right: 5px !important;
  }
  .head-deliv .top-section button:nth-child(2) {
    width: 48%;
    margin-right: 0 !important;
  }
  .deliv-card {
    padding-inline: 14px !important;
    padding-block: 14px;
  }
  .form-deliv .col-6,
  .form-deliv .col-6 .row .col-4,
  .form-deliv .col-6 .row .col-8 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 6px !important;
  }
  #form-supp .col-6 {
    padding-right: 0;
    width: 100%;
    flex: 0 0 auto;
  }
  .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 {
    display: block;
  }
  .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(25, 75, 120, 0.25);
  }
  #form-hd .col-6 {
    width: 100% !important;
    flex: 0 0 auto;
  }
  #form-dt .row {
    width: 100%;
    margin-bottom: 8px;
  }
  .btn-product {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .btn-product button {
    width: 46%;
    margin-right: 0 !important;
  }
  #btn-ticket {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .container-fluid,
  .container-fluid .main-content {
    height: 100%;
  }
  .container-fluid .appbar,
  .container-fluid .navbar.sc-sm .navbar-head {
    max-width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    width: 100%;
  }
  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }
  .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-height: 768px;
    overflow: auto;
    overflow-x: hidden !important;
  }
  .container-fluid .main-content .jobto.sc-lg,
  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type),
  .container-fluid .navbar.sc-lg {
    display: none;
  }
  .container-fluid .navbar.sc-sm {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: max-content;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
  }
  .container-fluid .navbar.sc-sm .navbar-head {
    color: #fff;
    padding: 20px;
    margin: 0 !important;
    background-image: linear-gradient(
      to bottom,
      rgba(32, 81, 125),
      rgba(46, 92, 135),
      rgba(66, 110, 149)
    );
  }
  .container-fluid .navbar.sc-sm .navbar-head.linear-grad {
    background-image: linear-gradient(
      to bottom,
      rgba(33, 82, 126),
      rgba(38, 86, 130),
      rgba(50, 96, 138),
      rgba(70, 113, 153),
      rgba(93, 133, 169),
      rgba(125, 160, 191),
      rgba(133, 167, 197)
    ) !important;
  }
  .container-fluid .navbar.sc-sm .navbar-head i {
    font-size: 24px;
  }
  .container-fluid .navbar.sc-sm .navbar-head h5 {
    font-size: 18px;
    font-weight: 400;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells {
    position: relative;
    width: max-content;
    height: max-content;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells span {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 22px;
    height: 22px;
    font-weight: inherit;
    font-size: 13px;
    border-radius: 10px;
  }
  .container-fluid .navbar.sc-sm .navbar-head i.side-toggle {
    display: block;
    color: #fff;
    cursor: pointer;
  }
  .container-fluid .dash-sm {
    display: flex !important;
  }
  .container-fluid .appbar {
    padding: 10px;
    min-height: 75px;
    display: flex;
    align-items: center;
    background: rgba(18, 70, 116, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: fixed;
  }
  #form-sub .row .col-6,
  .inform .p-x {
    padding-inline: 0px !important;
  }
  .nav-item .breadcrumb,
  .nav-item .row-bc > * {
    max-width: max-content !important;
  }
  .container-fluid .tabs {
    width: 100%;
    height: max-content;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 75px;
  }
  .container-fluid .tabs .tabs-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90%;
  }
  .container-fluid .tabs .tabs-wrapper button {
    border-radius: 2rem !important;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-fluid .tabs .tabs-wrapper .arr-left {
    position: absolute;
    left: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .arr-right {
    position: absolute;
    right: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content {
    background-color: rgba(125, 160, 191, 0.25);
    border-radius: 1rem;
    display: flex;
    justify-content: start;
    width: 100%;
    padding-inline: 18px;
    overflow-x: auto;
    padding-block: 4px;
    scroll-behavior: smooth;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content::-webkit-scrollbar {
    display: none !important;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item {
    width: max-content;
    min-width: max-content;
    max-width: max-content;
    text-align: center;
    padding-inline: 4px;
    padding-block: 2px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item.active {
    border-radius: 10px;
    background-color: rgba(133, 167, 197, 0.35);
    padding-inline: 6px;
    padding-block: 2px;
  }
  .container-fluid .main-content #ticket-append {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 150px);
    overflow-y: auto !important;
    overflow-x: hidden;
  }
  .container-fluid .main-content .data-item {
    margin-bottom: 8px;
    margin-inline: 5px;
    min-height: max-content !important;
  }
  .container-fluid .main-content #file-append {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    overflow: auto;
  }
  .container-fluid .main-content #file-append .col-3 {
    margin-inline: 10px;
  }
  .container-fluid .main-content .jobto.sc-sm .card {
    min-height: max-content !important;
    height: max-content;
  }
  aside {
    margin-left: -15rem !important;
  }
  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }
  aside.show-sm .sidebar .sidebar-nav {
    display: block;
    padding-bottom: 100px !important;
  }
  aside.show-sm .sidebar {
    max-width: max-content;
    max-height: max-content;
    position: relative;
  }
  aside.show-sm .sidebar .btn-logout {
    margin-top: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 85% !important;
    margin-inline: auto;
    position: absolute;
    bottom: 40px;
    left: 10px;
    right: 10px;
  }
  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25px !important;
    left: 90%;
  }
  .container-fluid .navbar .nav-item,
  .form-order .col-6,
  .form-order .forms .col-4,
  .form-order .forms .col-8 {
    width: 100%;
  }
  .container-fluid .navbar .nav-item .dflex {
    filter: blur(0px);
    display: flex;
    justify-content: end;
  }
  .container-fluid .navbar .nav-item .row > * {
    font-size: 14px !important;
    width: max-content;
  }
  .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;
  }
  #modaldetail .date .row div span {
    font-size: 8px !important;
  }
  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }
  #modaldetail #comment-form {
    right: 0 !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;
  }
  .jobto {
    margin-top: 70px !important;
  }
  .jobto .card {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .row.tickets .col-3 {
    width: 50%;
    flex: 0 0 auto;
  }
  .nav-item .breadcrumb,
  .nav-item .dflex.right,
  .nav-item .row-bc > *,
  .nav-item .row.bc {
    width: max-content !important;
  }
  .head-deliv,
  .heads,
  .nav-item .row.bc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .nav-item .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-item .breadcrumb .breadcrumb-item {
    height: max-content;
  }
  .content.margin-t-4 {
    margin-top: 85px !important;
  }
  .tabs.sc-sm ~ .content.margin-t-4 {
    margin-top: 125px !important;
  }
  .margin-t-4 {
    margin-top: calc(1.6rem) !important;
  }
  .btn-head,
  .head-deliv .top-section button:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
  .btn-head button:first-child {
    width: 35%;
    margin-right: 8px !important;
  }
  .btn-head button:nth-child(2) {
    width: 60%;
  }
  .btn-action {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-order {
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }
  .form-order .row .col-8:not(:last-of-type),
  .row .col-4:not(:last-of-type) {
    padding-bottom: 6px !important;
  }
  #form-dt #btn-add,
  #form-dt .row .form-append input,
  #form-sub,
  #form-sub input,
  #form-sub label,
  #form-sub textarea,
  .form-deliv .col-6 .form-input,
  .form-order .row .form-input,
  .inform * {
    width: 100% !important;
  }
  .inform {
    margin-top: 8px;
  }
  #form-sub .row .col-6 {
    width: 100%;
    flex: 0 0 auto;
  }
  .form-order .gens {
    font-size: 14px !important;
  }
  .form-order .general button {
    padding: 5px !important;
  }
  .notes {
    margin-top: 24px !important;
  }
  .comment-form {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .chat-wrap {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .chat-wrap.left {
    justify-content: start;
  }
  .chat-wrap.right {
    justify-content: end;
  }
  .card.chat {
    width: max-content;
    height: max-content;
    min-height: max-content;
    padding-block: 10px;
    margin-bottom: 8px;
  }
  .chat-wrap.left .card.chat {
    border-radius: 0 15px 15px;
    padding-right: 15px !important;
  }
  .chat-wrap.right .card.chat {
    border-radius: 15px 0 15px 15px;
    background-color: rgba(18, 70, 116, 0.15);
    padding-left: 15px !important;
  }
  .head-deliv .top-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .head-deliv .top-section button:first-child {
    width: 48%;
    margin-right: 5px !important;
  }
  .head-deliv .top-section button:nth-child(2) {
    width: 48%;
    margin-right: 0 !important;
  }
  .deliv-card {
    padding-inline: 14px !important;
    padding-block: 14px;
  }
  .form-deliv .col-6,
  .form-deliv .col-6 .row .col-4,
  .form-deliv .col-6 .row .col-8 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 6px !important;
  }
  #form-customer .col-6,
  #form-supp .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  #form-supp .col-6 {
    padding-right: 0;
  }
  #form-exps .row .col-6 {
    width: 100%;
    flex: 0 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .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 {
    display: block;
  }
  .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(25, 75, 120, 0.25);
  }
  #form-hd .col-6 {
    width: 100% !important;
    flex: 0 0 auto;
  }
  #form-dt .row {
    width: 100%;
    margin-bottom: 8px;
  }
  .btn-product {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .btn-product button {
    width: 46%;
    margin-right: 0 !important;
  }
  #btn-ticket {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
  .container-fluid,
  .container-fluid .navbar.sc-sm {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  .container-fluid,
  .container-fluid .main-content {
    height: 100%;
  }
  .container-fluid .appbar,
  .container-fluid .navbar.sc-sm .navbar-head {
    max-width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    width: 100%;
  }
  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }
  .container-fluid {
    max-height: 768px;
    max-width: 100%;
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  .container-fluid .main-content .jobto.sc-lg,
  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type),
  .container-fluid .navbar.sc-lg {
    display: none;
  }
  .container-fluid .navbar.sc-sm {
    position: fixed;
    top: 0;
    z-index: 1;
    height: max-content;
    border-radius: 0;
  }
  .container-fluid .navbar.sc-sm .navbar-head {
    color: #fff;
    padding: 20px;
    margin: 0 !important;
    background-image: linear-gradient(
      to bottom,
      rgba(32, 81, 125),
      rgba(46, 92, 135),
      rgba(66, 110, 149)
    );
  }
  .container-fluid .navbar.sc-sm .navbar-head.linear-grad {
    background-image: linear-gradient(
      to bottom,
      rgba(33, 82, 126),
      rgba(38, 86, 130),
      rgba(50, 96, 138),
      rgba(70, 113, 153),
      rgba(93, 133, 169),
      rgba(125, 160, 191),
      rgba(133, 167, 197)
    ) !important;
  }
  .container-fluid .navbar.sc-sm .navbar-head i {
    font-size: 24px;
  }
  .container-fluid .navbar.sc-sm .navbar-head h5 {
    font-size: 18px;
    font-weight: 400;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells {
    position: relative;
    width: max-content;
    height: max-content;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells span {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 22px;
    height: 22px;
    font-weight: inherit;
    font-size: 13px;
    border-radius: 10px;
  }
  .container-fluid .navbar.sc-sm .navbar-head i.side-toggle {
    display: block;
    color: #fff;
    cursor: pointer;
  }
  .container-fluid .dash-sm {
    display: flex !important;
  }
  .container-fluid .appbar {
    padding: 10px;
    min-height: 75px;
    display: flex;
    align-items: center;
    background: rgba(18, 70, 116, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: fixed;
  }
  #form-sub .row .col-6,
  .inform .p-x {
    padding-inline: 0px !important;
  }
  .nav-item .breadcrumb,
  .nav-item .row-bc > * {
    max-width: max-content !important;
  }
  .container-fluid .tabs {
    width: 100%;
    height: max-content;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 75px;
  }
  .container-fluid .tabs .tabs-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90%;
  }
  .container-fluid .tabs .tabs-wrapper button {
    border-radius: 2rem !important;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-fluid .tabs .tabs-wrapper .arr-left {
    position: absolute;
    left: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .arr-right {
    position: absolute;
    right: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content {
    background-color: rgba(125, 160, 191, 0.25);
    border-radius: 1rem;
    display: flex;
    justify-content: start;
    width: 100%;
    padding-inline: 18px;
    overflow-x: auto;
    padding-block: 4px;
    scroll-behavior: smooth;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content::-webkit-scrollbar {
    display: none !important;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item {
    width: max-content;
    min-width: max-content;
    max-width: max-content;
    text-align: center;
    padding-inline: 4px;
    padding-block: 2px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item.active {
    border-radius: 10px;
    background-color: rgba(133, 167, 197, 0.35);
    padding-inline: 6px;
    padding-block: 2px;
  }
  .container-fluid .main-content #ticket-append {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 150px);
    overflow-y: auto !important;
    overflow-x: hidden;
  }
  .container-fluid .main-content .data-item {
    margin-bottom: 8px;
    margin-inline: 5px;
    min-height: max-content !important;
  }
  .container-fluid .main-content #file-append {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    overflow: auto;
  }
  .container-fluid .main-content #file-append .col-3 {
    margin-inline: 10px;
  }
  .container-fluid .main-content .jobto.sc-sm .card {
    min-height: max-content !important;
    height: max-content;
  }
  aside {
    margin-left: -15rem !important;
  }
  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }
  aside.show-sm .sidebar .sidebar-nav {
    display: block;
    padding-bottom: 100px !important;
  }
  aside.show-sm .sidebar {
    max-width: max-content;
    max-height: max-content;
    position: relative;
  }
  aside.show-sm .sidebar .btn-logout {
    margin-top: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 85% !important;
    margin-inline: auto;
    position: absolute;
    bottom: 40px;
    left: 10px;
    right: 10px;
  }
  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25px !important;
    left: 90%;
  }
  .container-fluid .navbar .nav-item,
  .form-order .col-6,
  .form-order .forms .col-4,
  .form-order .forms .col-8 {
    width: 100%;
  }
  .container-fluid .navbar .nav-item .dflex {
    filter: blur(0px);
    display: flex;
    justify-content: end;
  }
  .container-fluid .navbar .nav-item .row > * {
    font-size: 14px !important;
    width: max-content;
  }
  .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;
  }
  #modaldetail .date .row div span {
    font-size: 8px !important;
  }
  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }
  #modaldetail #comment-form {
    right: 0 !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;
  }
  .jobto {
    margin-top: 70px !important;
  }
  .jobto .card {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .row.tickets .col-3 {
    width: 50%;
    flex: 0 0 auto;
  }
  .nav-item .breadcrumb,
  .nav-item .dflex.right,
  .nav-item .row-bc > *,
  .nav-item .row.bc {
    width: max-content !important;
  }
  .center-sm,
  .head-deliv,
  .heads,
  .nav-item .row.bc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .nav-item .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-item .breadcrumb .breadcrumb-item {
    height: max-content;
  }
  .content.margin-t-4 {
    margin-top: 85px !important;
  }
  .tabs.sc-sm ~ .content.margin-t-4 {
    margin-top: 125px !important;
  }
  .margin-t-4 {
    margin-top: calc(1.6rem) !important;
  }
  .btn-head,
  .head-deliv .top-section button:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
  .btn-head button:first-child {
    width: 35%;
    margin-right: 8px !important;
  }
  .btn-head button:nth-child(2) {
    width: 60%;
  }
  .btn-action {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-order {
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }
  .form-order .row .col-8:not(:last-of-type),
  .row .col-4:not(:last-of-type) {
    padding-bottom: 6px !important;
  }
  #form-dt #btn-add,
  #form-dt .row .form-append input,
  #form-sub,
  #form-sub input,
  #form-sub label,
  #form-sub textarea,
  .form-deliv .col-6 .form-input,
  .form-order .row .form-input,
  .inform * {
    width: 100% !important;
  }
  .inform {
    margin-top: 8px;
  }
  #form-sub .row .col-6 {
    width: 100%;
    flex: 0 0 auto;
  }
  .form-order .gens {
    font-size: 14px !important;
  }
  .form-order .general button {
    padding: 5px !important;
  }
  .notes {
    margin-top: 24px !important;
  }
  .comment-form {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .chat-wrap {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .chat-wrap.left {
    justify-content: start;
  }
  .chat-wrap.right {
    justify-content: end;
  }
  .card.chat {
    width: max-content;
    height: max-content;
    min-height: max-content;
    padding-block: 10px;
    margin-bottom: 8px;
  }
  .chat-wrap.left .card.chat {
    border-radius: 0 15px 15px;
    padding-right: 15px !important;
  }
  .chat-wrap.right .card.chat {
    border-radius: 15px 0 15px 15px;
    background-color: rgba(18, 70, 116, 0.15);
    padding-left: 15px !important;
  }
  .head-deliv .top-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .head-deliv .top-section button:first-child {
    width: 48%;
    margin-right: 5px !important;
  }
  .head-deliv .top-section button:nth-child(2) {
    width: 48%;
    margin-right: 0 !important;
  }
  .deliv-card {
    padding-inline: 14px !important;
    padding-block: 14px;
  }
  .form-deliv .col-6,
  .form-deliv .col-6 .row .col-4,
  .form-deliv .col-6 .row .col-8 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 6px !important;
  }
  #form-customer .col-6,
  #form-supp .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  #form-supp .col-6 {
    padding-right: 0;
  }
  #form-exps .row .col-6 {
    width: 100%;
    flex: 0 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .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 {
    display: block;
  }
  .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(25, 75, 120, 0.25);
  }
  #form-hd .col-6 {
    width: 100% !important;
    flex: 0 0 auto;
  }
  #form-dt .row {
    width: 100%;
    margin-bottom: 8px;
  }
  .btn-product {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .btn-product button {
    width: 46%;
    margin-right: 0 !important;
  }
  #btn-ticket {
    margin-bottom: 18px;
  }
}
.submenu-div,
i.searchicon {
  display: none;
  position: absolute;
}
.submenu-div {
  left: 80%;
  width: max-content;
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.15));
  max-height: 300px;
  overflow: auto;
}
.submenu-div::-webkit-scrollbar {
  width: 2px;
}
.submenu-div .submenu-item-side {
  padding-inline: 8px;
  padding-block: 8px;
}
.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 (min-width: 1023px) {
  .sc-sm {
    display: none;
  }
  .sc-lg {
    display: flex;
  }
  .sc-lg.block {
    display: block;
  }
}
@media (max-width: 1023px) {
  .sc-sm {
    display: block;
  }
  .sc-lg {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .container-fluid,
  .container-fluid .main-content {
    height: 100%;
  }
  .container-fluid .appbar,
  .container-fluid .navbar.sc-sm .navbar-head {
    max-width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    width: 100%;
  }
  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }
  .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-height: 768px;
    overflow: auto;
    overflow-x: hidden !important;
  }
  .container-fluid .main-content .jobto.sc-lg,
  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type),
  .container-fluid .navbar.sc-lg {
    display: none;
  }
  .container-fluid .navbar.sc-sm {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: max-content;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
  }
  .container-fluid .navbar.sc-sm .navbar-head {
    color: #fff;
    padding: 20px;
    margin: 0 !important;
    background-image: linear-gradient(
      to bottom,
      rgba(32, 81, 125),
      rgba(46, 92, 135),
      rgba(66, 110, 149)
    );
  }
  .container-fluid .navbar.sc-sm .navbar-head.linear-grad {
    background-image: linear-gradient(
      to bottom,
      rgba(33, 82, 126),
      rgba(38, 86, 130),
      rgba(50, 96, 138),
      rgba(70, 113, 153),
      rgba(93, 133, 169),
      rgba(125, 160, 191),
      rgba(133, 167, 197)
    ) !important;
  }
  .container-fluid .navbar.sc-sm .navbar-head i {
    font-size: 24px;
  }
  .container-fluid .navbar.sc-sm .navbar-head h5 {
    font-size: 18px;
    font-weight: 400;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells {
    position: relative;
    width: max-content;
    height: max-content;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells span {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 22px;
    height: 22px;
    font-weight: inherit;
    font-size: 13px;
    border-radius: 10px;
  }
  .container-fluid .navbar.sc-sm .navbar-head i.side-toggle {
    display: block;
    color: #fff;
    cursor: pointer;
  }
  .container-fluid .dash-sm {
    display: flex !important;
  }
  .container-fluid .appbar {
    padding: 10px;
    min-height: 75px;
    display: flex;
    align-items: center;
    background: rgba(18, 70, 116, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: fixed;
  }
  #form-sub .row .col-6,
  .inform .p-x {
    padding-inline: 0px !important;
  }
  .nav-item .breadcrumb,
  .nav-item .row-bc > * {
    max-width: max-content !important;
  }
  .container-fluid .tabs {
    width: 100%;
    height: max-content;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 75px;
  }
  .container-fluid .tabs .tabs-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90%;
  }
  .container-fluid .tabs .tabs-wrapper button {
    border-radius: 2rem !important;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-fluid .tabs .tabs-wrapper .arr-left {
    position: absolute;
    left: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .arr-right {
    position: absolute;
    right: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content {
    background-color: rgba(125, 160, 191, 0.25);
    border-radius: 1rem;
    display: flex;
    justify-content: start;
    width: 100%;
    padding-inline: 18px;
    overflow-x: auto;
    padding-block: 4px;
    scroll-behavior: smooth;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content::-webkit-scrollbar {
    display: none !important;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item {
    width: max-content;
    min-width: max-content;
    max-width: max-content;
    text-align: center;
    padding-inline: 4px;
    padding-block: 2px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item.active {
    border-radius: 10px;
    background-color: rgba(133, 167, 197, 0.35);
    padding-inline: 6px;
    padding-block: 2px;
  }
  .container-fluid .main-content #ticket-append {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 150px);
    overflow-y: auto !important;
    overflow-x: hidden;
  }
  .container-fluid .main-content .data-item {
    margin-bottom: 8px;
    margin-inline: 5px;
    min-height: max-content !important;
  }
  .container-fluid .main-content #file-append {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    overflow: auto;
  }
  .container-fluid .main-content #file-append .col-3 {
    margin-inline: 10px;
  }
  .container-fluid .main-content .jobto.sc-sm .card {
    min-height: max-content !important;
    height: max-content;
  }
  aside {
    margin-left: -15rem !important;
  }
  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }
  aside.show-sm .sidebar .sidebar-nav {
    display: block;
    position: relative;
  }
  aside.show-sm .sidebar {
    max-width: max-content;
    max-height: 100%;
    position: relative;
  }
  aside.show-sm .sidebar .btn-logout {
    margin-top: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 85% !important;
    margin-inline: auto;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
  }
  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25px !important;
    left: 90%;
  }
  .container-fluid .navbar .nav-item,
  .form-order .col-6,
  .form-order .forms .col-4,
  .form-order .forms .col-8 {
    width: 100%;
  }
  .container-fluid .navbar .nav-item .dflex {
    filter: blur(0px);
    display: flex;
    justify-content: end;
  }
  .container-fluid .navbar .nav-item .row > * {
    font-size: 14px !important;
    width: max-content;
  }
  .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;
  }
  #modaldetail .date .row div span {
    font-size: 8px !important;
  }
  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }
  #modaldetail #comment-form {
    right: 0 !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;
  }
  .jobto {
    margin-top: 70px !important;
  }
  .jobto .card {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .row.tickets .col-3 {
    width: 50%;
    flex: 0 0 auto;
  }
  .nav-item .breadcrumb,
  .nav-item .dflex.right,
  .nav-item .row-bc > *,
  .nav-item .row.bc {
    width: max-content !important;
  }
  .center-sm,
  .head-deliv,
  .heads,
  .nav-item .row.bc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .nav-item .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-item .breadcrumb .breadcrumb-item {
    height: max-content;
  }
  .content.margin-t-4 {
    margin-top: 85px !important;
  }
  .tabs.sc-sm ~ .content.margin-t-4 {
    margin-top: 125px !important;
  }
  .margin-t-4 {
    margin-top: calc(1.6rem) !important;
  }
  .btn-head,
  .head-deliv .top-section button:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
  .btn-head button:first-child {
    width: 35%;
    margin-right: 8px !important;
  }
  .btn-head button:nth-child(2) {
    width: 60%;
  }
  .btn-action {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-order {
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }
  .form-order .row .col-8:not(:last-of-type),
  .row .col-4:not(:last-of-type) {
    padding-bottom: 6px !important;
  }
  #form-dt #btn-add,
  #form-dt .row .form-append input,
  #form-sub,
  #form-sub input,
  #form-sub label,
  #form-sub textarea,
  .form-deliv .col-6 .form-input,
  .form-order .row .form-input,
  .inform * {
    width: 100% !important;
  }
  .inform {
    margin-top: 8px;
  }
  #form-sub .row .col-6 {
    width: 100%;
    flex: 0 0 auto;
  }
  .form-order .gens {
    font-size: 14px !important;
  }
  .form-order .general button {
    padding: 5px !important;
  }
  .notes {
    margin-top: 24px !important;
  }
  .comment-form {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .chat-wrap {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .chat-wrap.left {
    justify-content: start;
  }
  .chat-wrap.right {
    justify-content: end;
  }
  .card.chat {
    width: max-content;
    height: max-content;
    min-height: max-content;
    padding-block: 10px;
    margin-bottom: 8px;
  }
  .chat-wrap.left .card.chat {
    border-radius: 0 15px 15px;
    padding-right: 15px !important;
  }
  .chat-wrap.right .card.chat {
    border-radius: 15px 0 15px 15px;
    background-color: rgba(18, 70, 116, 0.15);
    padding-left: 15px !important;
  }
  .head-deliv .top-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .head-deliv .top-section button:first-child {
    width: 48%;
    margin-right: 5px !important;
  }
  .head-deliv .top-section button:nth-child(2) {
    width: 48%;
    margin-right: 0 !important;
  }
  .deliv-card {
    padding-inline: 14px !important;
    padding-block: 14px;
  }
  .form-deliv .col-6,
  .form-deliv .col-6 .row .col-4,
  .form-deliv .col-6 .row .col-8 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 6px !important;
  }
  #form-customer .col-6,
  #form-supp .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  #form-supp .col-6 {
    padding-right: 0;
  }
  #form-exps .row .col-6 {
    width: 100%;
    flex: 0 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .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 {
    display: block;
  }
  .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(25, 75, 120, 0.25);
  }
  #form-hd .col-6 {
    width: 100% !important;
    flex: 0 0 auto;
  }
  #form-dt .row {
    width: 100%;
    margin-bottom: 8px;
  }
  .btn-product {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .btn-product button {
    width: 46%;
    margin-right: 0 !important;
  }
  #btn-ticket {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 319px) {
  .container-fluid,
  .container-fluid .navbar.sc-sm {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  .container-fluid,
  .container-fluid .main-content {
    height: 100%;
  }
  .container-fluid .appbar,
  .container-fluid .navbar.sc-sm .navbar-head {
    max-width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    width: 100%;
  }
  aside,
  aside.show-sm {
    transition: 0.3s ease-in-out;
  }
  .container-fluid {
    max-height: 768px;
    max-width: 100%;
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  .container-fluid .main-content .jobto.sc-lg,
  .container-fluid .navbar .nav-item .dflex a:not(:last-of-type),
  .container-fluid .navbar.sc-lg {
    display: none;
  }
  .container-fluid .navbar.sc-sm {
    position: fixed;
    top: 0;
    z-index: 1;
    height: max-content;
    border-radius: 0;
  }
  .container-fluid .navbar.sc-sm .navbar-head {
    color: #fff;
    padding: 20px;
    margin: 0 !important;
    background-image: linear-gradient(
      to bottom,
      rgba(32, 81, 125),
      rgba(46, 92, 135),
      rgba(66, 110, 149)
    );
  }
  .container-fluid .navbar.sc-sm .navbar-head.linear-grad {
    background-image: linear-gradient(
      to bottom,
      rgba(33, 82, 126),
      rgba(38, 86, 130),
      rgba(50, 96, 138),
      rgba(70, 113, 153),
      rgba(93, 133, 169),
      rgba(125, 160, 191),
      rgba(133, 167, 197)
    ) !important;
  }
  .container-fluid .navbar.sc-sm .navbar-head i {
    font-size: 24px;
  }
  .container-fluid .navbar.sc-sm .navbar-head h5 {
    font-size: 18px;
    font-weight: 400;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells {
    position: relative;
    width: max-content;
    height: max-content;
  }
  .container-fluid .navbar.sc-sm .navbar-head .bells span {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 22px;
    height: 22px;
    font-weight: inherit;
    font-size: 13px;
    border-radius: 10px;
  }
  .container-fluid .navbar.sc-sm .navbar-head i.side-toggle {
    display: block;
    color: #fff;
    cursor: pointer;
  }
  .container-fluid .dash-sm {
    display: flex !important;
  }
  .container-fluid .appbar {
    padding: 10px;
    min-height: 75px;
    display: flex;
    align-items: center;
    background: rgba(18, 70, 116, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .nav-item .breadcrumb,
  .nav-item .row-bc > * {
    max-width: max-content !important;
  }
  .container-fluid .tabs {
    width: 100%;
    height: max-content;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-fluid .tabs .tabs-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90%;
  }
  .container-fluid .tabs .tabs-wrapper button {
    border-radius: 2rem !important;
  }
  .container-fluid .tabs .tabs-wrapper .arr-left {
    position: absolute;
    left: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .arr-right {
    position: absolute;
    right: -15px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content {
    background-color: rgba(125, 160, 191, 0.25);
    border-radius: 1rem;
    display: flex;
    justify-content: start;
    width: 100%;
    padding-inline: 30px;
    overflow-x: auto;
    padding-block: 8px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content::-webkit-scrollbar {
    display: none !important;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item {
    width: max-content;
    min-width: 90px;
    text-align: center;
    padding-inline: 4px;
    padding-block: 2px;
  }
  .container-fluid .tabs .tabs-wrapper .tabs-content .tabs-item.active {
    border-radius: 10px;
    background-color: rgba(133, 167, 197, 0.35);
    padding-inline: 4px;
    padding-block: 2px;
  }
  .container-fluid .main-content #ticket-append {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 150px);
    overflow-y: auto !important;
    overflow-x: hidden;
  }
  .container-fluid .main-content #ticket-append .ticket-item {
    margin-bottom: 8px;
    margin-inline: 5px;
    min-height: max-content !important;
  }
  .container-fluid .main-content #file-append {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    overflow: auto;
  }
  .container-fluid .main-content #file-append .col-3 {
    margin-inline: 10px;
  }
  .container-fluid .main-content .jobto.sc-sm .card {
    min-height: max-content !important;
    height: max-content;
  }
  aside {
    margin-left: -15rem !important;
  }
  aside.show-sm {
    margin-left: 0 !important;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }
  aside.show-sm .sidebar .sidebar-nav {
    display: none !important;
  }
  aside.show-sm .sidebar {
    max-width: max-content;
    max-height: 100%;
    position: relative;
  }
  aside.show-sm .sidebar .btn-logout {
    margin-top: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 85% !important;
    margin-inline: auto;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
  }
  aside.show-sm i.side-toggle {
    width: max-content;
    padding: 8px;
    position: absolute;
    right: 0 !important;
    top: 25px !important;
    left: 90%;
  }
  .container-fluid .navbar .nav-item,
  .form-order .col-6,
  .form-order .forms .col-4,
  .form-order .forms .col-8 {
    width: 100%;
  }
  .container-fluid .navbar .nav-item .dflex {
    filter: blur(0px);
    display: flex;
    justify-content: end;
  }
  .container-fluid .navbar .nav-item .row > * {
    font-size: 14px !important;
    width: max-content;
  }
  .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;
  }
  #modaldetail .date .row div span {
    font-size: 8px !important;
  }
  #modaldetail .comments {
    margin-right: 0 !important;
    margin-bottom: 50px !important;
  }
  #modaldetail #comment-parap {
    padding-left: 4px !important;
  }
  #modaldetail #comment-form {
    right: 0 !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;
  }
  .content.margin-t-4,
  .jobto {
    margin-top: 70px !important;
  }
  .jobto .card {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .row.tickets .col-3 {
    width: 50%;
    flex: 0 0 auto;
  }
  .nav-item .breadcrumb,
  .nav-item .dflex.right,
  .nav-item .row-bc > *,
  .nav-item .row.bc {
    width: max-content !important;
  }
  .head-deliv,
  .heads,
  .nav-item .row.bc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .nav-item .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-item .breadcrumb .breadcrumb-item {
    height: max-content;
  }
  .margin-t-4 {
    margin-top: calc(0.15rem) !important;
  }
  .btn-head,
  .head-deliv .top-section button:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
  .btn-head button:first-child {
    width: 35%;
    margin-right: 8px !important;
  }
  .btn-head button:nth-child(2) {
    width: 60%;
  }
  .btn-action {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-order {
    padding-inline: 12px !important;
    padding-block: 12px !important;
  }
  .form-order .row .col-8:not(:last-of-type),
  .row .col-4:not(:last-of-type) {
    padding-bottom: 6px !important;
  }
  #form-dt #btn-add,
  #form-dt .row .form-append input,
  .form-deliv .col-6 .form-input,
  .form-order .row .form-input {
    width: 100% !important;
  }
  .notes {
    margin-top: 24px !important;
  }
  .pending-comment .row .col-12 .cmn {
    width: 85% !important;
  }
  .comment-form .form-group .form-append input {
    width: 85% !important;
    margin-right: 8px !important;
  }
  .comment-form .form-group .form-append i {
    width: 10% !important;
  }
  .head-deliv .top-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .head-deliv .top-section button:first-child {
    width: 48%;
    margin-right: 5px !important;
  }
  .head-deliv .top-section button:nth-child(2) {
    width: 48%;
    margin-right: 0 !important;
  }
  .deliv-card {
    padding-inline: 14px !important;
    padding-block: 14px;
  }
  .form-deliv .col-6,
  .form-deliv .col-6 .row .col-4,
  .form-deliv .col-6 .row .col-8 {
    width: 100%;
    flex: 0 0 auto;
    padding-bottom: 6px !important;
  }
  .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 {
    display: block;
  }
  .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(25, 75, 120, 0.25);
  }
  #form-hd .col-6 {
    width: 100% !important;
    flex: 0 0 auto;
  }
  #form-dt .row {
    width: 100%;
    margin-bottom: 8px;
  }
  .btn-product {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .btn-product button {
    width: 46%;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1440px) {
  .container-fluid:has(.kanban) .main-content {
    height: 100vh;
    height: 100%;
    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: 100%;
    overflow: auto;
  }
  .container-fluid .kanban .row {
    display: flex;
    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: 100%;
    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: 100%;
    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(25, 75, 120, 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 {
  max-height: 280px;
  overflow: auto;
}
.list-team .user-list {
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.25);
  height: max-content;
  background-color: var(--white);
  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: none;
  outline: 0;
  border: 0.8px solid var(--primary);
}
i.searchicon {
  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(25, 75, 120, 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(25, 75, 120, 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(25, 75, 120, 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(25, 75, 120, 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(25, 75, 120, 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(25, 75, 120, 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;
  }
}
.sales-tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-inline: 5px;
}
.sales-tabs .tabs-items {
  width: 50%;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  background-color: rgba(214, 218, 247);
}
.sales-tabs .tabs-items.active {
  background-color: rgba(92, 109, 255);
  color: #fff;
}
.no-border {
  border: none !important;
}
@media only screen and (max-width: 768px) {
  #btn-print,
  #report-filter .col-4 .form-group .dflex {
    width: 100%;
    justify-content: center;
  }
  #report-filter .col-2 {
    width: 50% !important;
    padding-inline: 2px !important;
  }
  #report-filter .col-4 {
    width: 100% !important;
  }
  #report-filter .col-4 .form-group {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
  }
  #report-filter .col-4 button {
    width: 49% !important;
    margin-right: 0 !important;
    justify-content: center;
  }
  #report-filter .col-4 button:first-child {
    margin-right: 5px !important;
  }
}
