.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}

.fade-out {
  opacity: 1;
  animation: fadeOut 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.react-flow .react-flow__handle {
  width: 30px;
  height: 14px;
  border-radius: 3px;
  background-color: #FFF01F;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.react-flow .react-flow__handle::before {
  content: '+';
  align-items: center;
}

.react-flow .react-flow__handle-top {
  top: -10px;
}

.react-flow .react-flow__handle-bottom {
  bottom: -10px;
}

.react-flow .react-flow__handle-right {
  right: -35px;
}

.react-flow .react-flow__handle-left {
  left: -35px;
}

.react-flow .react-flow__node {

  justify-content: center;
  align-items: center;
  max-width: 220px;
  display: flex;
  border-width: 2px;
  font-weight: 700;
}

.react-flow .react-flow__edge path,
.react-flow__connectionline path {
  stroke-width: 2;
}

.select-base {
  margin-top: 10;
  background: 'transparent'
}

.flex.flex-row {
  display: flex;
  flex-direction: row;
}

.appBar-web {
  display: block;
  z-index: 9;
  width: 100%;
}

.appBar-mobile {
  display: none;
}

.btn.btn-close {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 10;
  width: 35px;
  height: 35px;
  position: absolute;
  line-height: initial;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  right: -35px;
  top: 15px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MuiDrawer-root .MuiPaper-root {
  overflow: visible;
}

.menuBar {
  display: none !important;
}

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

.MuiDialog-container.MuiDialog-scrollPaper {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(8px);
}

.MuiDialog-container.MuiDialog-scrollPaper .MuiPaper-root {
  border-radius: 15px;
  border: 0px;
}


.sketch-picker input {
  color: #313131 !important;
}


.no-desktop {
  display: none;
}

@media(max-width: 768px) {
  .buttons-block {
    display: flex;
    flex-direction: column;
  }

  .no-desktop {
    display: block;
  }

  .modeChatPaper {
    height: 80vh;
  }

  .vertMenuButtons {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.1);
    font-size: 18px;
  }

  .vertMenuButtons svg {
    font-size: 20px;
  }

  .btnBackTicket {
    padding-right: 0px;
    min-width: 30px;
  }

  .no-mobile {
    display: none !important;
  }

  .mainList {
    width: 100%;
  }

  .react-flow__panel.top.left {
    top: 50px;
  }

  .flexis {
    flex-direction: column !important;
    width: 100%;
  }

  .mainListMessages {
    padding: 0px 0px 0px 0px;
    height: 78vh !important;
  }

  .fifty {
    width: 100% !important;
  }

  .menuBar {
    display: flex !important;
  }

  .btn.btn-close {
    right: 15px;
    background: #eee;
    color: #000;
    border-radius: 100px;
  }

  .drawerMenu .MuiPaper-root {
    width: 100%;
    top: 0px;
  }

  .appBar-web {
    display: none;
  }

  .appBar-mobile {
    z-index: 9 !important;
    width: 100%;
    display: block;
  }

  .drawerMenu .flex.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }


  .boxDashboard {
    min-width: 44vw;
  }
}


.border {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 6px 4px, 6px 4px, 4px 6px, 4px 16px;
  background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
  animation: dash 5s linear infinite;
}

@keyframes dash {
  to {
    background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
  }
}


thead th {
  font-weight: 900 !important;
  font-size: 16px !important;
}

.headerContent input[type="search"] {
  height: 1em;
}

.MuiInputBase-root {
  border-radius: 4px !important;
}

.MuiListItemText-secondary {
  color: #ff3838;
  font-weight: bold;
}


/*
.search-block{
  background: #f5f5f5;
}

.search-block input, .search-block select{
  border-radius: 20px;
  background-color: #ffff;
  border: 0px;
}*/

.line-hour .btn-copy {
  opacity: 0;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 5px;
  gap: 5px;
  border-radius: 10px;
}


.line-hour:hover .btn-copy {
  opacity: 1;
}


.drawerMenu li a,
.ml-10 {
  padding-left: 15px !important;
}

.drawerMenu .logo {
  margin-left: 15px;
}

.block-flex-end {
  justify-content: flex-end;
}

.gridItemTicket {
  padding-bottom: 20px;
}

.boxesGrid {
  max-height: 80vh;
  overflow-y: auto;
}

.boxesGrid.size-6 {
  width: 16.6%;
}

.boxesGrid.size-5 {
  width: 20%;
}

.boxesGrid.size-4 {
  width: 25%;
}

.boxesGrid.size-3,
.boxesGrid.size-2,
.boxesGrid.size-1 {
  width: 25%;
}


.boxesGridModal {
  height: 100%;
  position: 'relative'
}

.boxesGridModal .mainListMessages {
  min-width: 75vw;
}

.boxesGridModal .btnBackTicket {
  display: none;
}

.infoListTicket {
  /*position: absolute;*/
  bottom: 0px;
  right: 0px;
  /*padding: 0px 5px;
 background: #ffff;*/
  gap: 2px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  align-items: center;
  /*margin-top: 15px;*/
}

.react-trello-board {
  height: 84vh !important;
}

.sc-eJgwjL {
  white-space: initial !important;
}

.MuiBox-root {
  position: relative;
}

.closebutton {
  background-color: #e74c3c;
  color: #fff;
  font-weight: bold;
  position: absolute;
  border-radius: 100px;
  padding: 5px;
  right: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}


.closebutton:hover {
  transform: scale(1.05) !important;
}

.block-select {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  gap: 10px
}


.block-select h1 {
  text-align: center;
  line-height: 1;
}

.block-select p {
  text-align: center;
}

.block-select img {
  max-height: 100px;
}

.visible {
  opacity: 1;
}

.hidden {
  opacity: 0;
}

.online {
  background-color: #4cd137;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  box-shadow: 0px 0px 5px 2px rgba(76, 209, 55, 0.97);
  margin-right: 5px;
}


.offline {
  background-color: #eb2f06;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin-right: 5px;
  box-shadow: 0px 0px 5px 2px rgba(235, 47, 6, 0.97);
}

.boxItem {
  box-shadow: inset 0px 0px 64px -3px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #ddd;
}

.number {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}

.fixItem.actived {
  background: #2ecc71;
  opacity: 1 !important;
}

.fixItem {
  right: 5px;
  top: 2px;
  background: #eee;
  position: absolute;
  align-self: center;
  margin-top: 0;
  margin-left: 8px;
  margin-right: auto;
  border-radius: 0;
  width: 19px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #2c2c2c !important;
  font-size: 12px;
  opacity: 0;
  transition: all ease 0.5s;
}


.listTicketItem:hover .fixItem {
  opacity: 1 !important;
}

.fixItem.actived {
  background: #2ecc71;
  color: #000;
}

.item-internal-chat {
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all ease 0.5s;
  min-height: 60px;
  gap: 5px;
}

.item-internal-chat:hover {
  box-shadow: inset 0px 0px 26px 0px rgba(0, 0, 0, 0.10);
}

.item-status-icon {
  right: 5px;
  top: -5px;
  position: absolute;
}

.avatar-chat {
  margin-right: 0 !important;
}

.content-chat-date {
  font-size: 12px;
  color: #ccc;
  position: absolute;
  top: 10px;
  right: 5px
}

.content-chat-name {
  font-weight: 600;
  font-size: 14px;
}

.content-chat-lastMessage {
  font-size: 13px;
}


.listLi {
  line-height: normal;
  padding: 0px !important;
}

.listTickets .listLi {
  line-height: normal !important;
}

.icon-react {
  transition: all ease 0.5s;
  cursor: pointer;
  z-index: 999;
}

.icon-react:hover {
  transform: scale(1.5);
}

@media print {
  header {
    display: none !important;
  }

  .MuiTabs-root {
    display: none !important;
  }

  #printable {
    font-size: 14px;
    color: #000;
  }

  .content {
    padding-top: 0px !important;
    height: initial !important;
    flex: initial !important;
  }


  #printable Button,
  .noprint {
    display: none !important;
  }

  .fullPrint {
    max-width: 33% !important;
    margin: 0px !important;
  }


  .chartDash {
    width: 80% !important;
    max-width: 80% !important;
  }

  .tabBlock {
    display: none !important;
  }

  .menuBar {
    display: none !important;
  }

  .link-help {
    display: none !important;
  }
}

textarea {
  background-color: transparent !important;
}

body .rs-picker-default .rs-picker-toggle {
  background-color: transparent !important;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee .MuiCardHeader-content {
  overflow: hidden;
}

.marquee.col-grid-ticket {
  width: 65%;
  overflow: hidden;
}

.marquee .MuiCardHeader-title,
.marquee .MuiTypography-body2,
.marquee .big-title-col {
  display: block;
  white-space: nowrap;
  overflow: visible;
  animation: marquee 9s linear infinite;
  animation-play-state: running;
}

.marquee .MuiCardHeader-title:hover,
.marquee .MuiTypography-body2:hover {
  animation-play-state: paused;
}



.settings\:distribution {
  display: none;
}

.ticketInfo.col-50 {
  max-width: 50%;
  flex-basis: 50%;
}

.ticketInfo.col-35 {
  max-width: 35%;
  flex-basis: 35%;
}

@media(max-width: 768px) {
  .ticketInfo {
    max-width: 80% !important;
    flex-basis: 80% !important;
  }

  .MuiCardHeader-title {
    display: block;
    white-space: nowrap;
    overflow: visible;
    animation: marquee 9s linear infinite;
    animation-play-state: running;
  }

  .fixItem {
    opacity: 1;
  }

  .MuiCardHeader-content {
    overflow: hidden;
  }

  .MuiCardHeader-title:hover {
    animation-play-state: paused;
  }

  .block-report-actions {
    overflow: auto;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
    margin-left: 0;
    width: 100%;
  }

  .block-report-action-item {
    padding-left: 0px !important;
    min-height: 110px;
  }

  .block-title-chart {
    flex-direction: column;
  }

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

  .title-chart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    margin-bottom: 20px;
  }


}

.block {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 15px;
  margin: 15px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.react-select__menu-list,
.react-select__option {
  opacity: 1 !important;
}

.basic-multi-select {
  z-index: 9;
  opacity: 1 !important;
}

.block-resume-message {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-top: 30px;
}

.desc-table {
  overflow: hidden;
  text-overflow: ellipsis;
}

.boxDashboard {
  transition: all ease 0.5s;
  cursor: pointer;
}

.activedBox .boxDashboard {
  box-shadow: inset 0px 0px 17px 0px rgba(230, 207, 8, 0.5);
}

.unread-msg {
  box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 60%) !important;
}

.tag-select {
  z-index: initial !important;
}

.ripple {
  position: relative;
  overflow: hidden;
  color: white;
  transition: background-color 0.3s ease-in-out;
}

.ripple::before {
  content: '';
  position: absolute;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: transform 0.6s, opacity 0.4s;
  opacity: 1;
  transform: translate(0, 0%) rotate(-45deg);
  pointer-events: none;
}

.ripple:hover::before {
  transform: translate(120%, 0%) rotate(-45deg);
  opacity: 0.5;
}

.is-blocked {
  display: flex
;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #d63031;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px -10px 0px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -10px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.09);
  padding: 5px;
}

.is-blocked h3 {
  text-align: center;
  font-size: 16px;
}

.is-blocked a {
  color: #fff;
  cursor: pointer;
}

.is-blocked a:hover {
  color: #fff;
  cursor: pointer;
}

.boxesChat .item-internal-chat:hover .content-chat {
  display: flex;
  opacity: 1;
}

.item-internal-chat .content-chat {
  opacity: 1;
  display: flex;
  right: 100%;
  padding: 0px 10px;
  flex-direction: column;
  min-height: 50px;
  border-radius: 5px;
  transition: all ease 0.5s;
  border: 2px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  right: 0px;
}

.item-internal-chat.chat-dark .content-chat {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}


.item-internal-chat.chat-light .content-chat {
  justify-content: center;
  background: #fff;
  color: #000;
}

.item-internal-chat .content-chat-date {
  position: relative;
  top: initial;
  right: initial;
}

.MuiDialog-paperScrollPaper img {
  max-width: 100%;
}

.chatMenu {
  width: 60px;
  transition: all ease 0.5s;
}

.btn-chat-tab {
  width: 60px;
  transition: all ease 0.5s;
}

.chatMenu:hover,
.chatMenu:hover .btn-chat-tab {
  width: 250px;
}

.icon-go-chat {
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  padding-top: 4px;
  position: relative;
  width: 100%;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: left;
  gap: 5px;
  transition: all ease 0.5s;
}

.chatMenu:hover .icon-go-chat {
  background: rgba(0, 0, 0, 0.1);
  justify-content: center;
}

.button-go-chat {
  color: #2ecc71;
  background: 'transparent';
  border: 1px solid;
  border-radius: 10px;
}

.chatMenu:hover .button-go-chat {
  background: #2ecc71;
  color: #000;
  border: 1px solid #2c2c2c;
  border-radius: 10px;
}

.icon-go-chat .MuiTypography-caption {
  opacity: 0;
}

.chatMenu:hover .icon-go-chat .MuiTypography-caption {
  opacity: 1;
}

.icon-go-chat span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all ease 0.5s;
}

.chatMenu:hover .icon-go-chat span {
  align-items: center;
  justify-content: center;
  gap: 5px;
}



.chatMenu .icon-go-chat button {
  margin-left: 15px;
}

.chatMenu:hover .icon-go-chat button {
  margin-left: 0px;
}


.chat-menu-hover .appBar-web,
.chat-menu-hover .content {
  width: calc(100% - 250px) !important;
}

@media(min-width: 768px) {
  .chat-dialog-modal .MuiDialog-paper{
    width: 900px;
    max-width: 900px;
  }
}



.react-trello-card {
  border-radius: 10px !important;
  padding: 0px !important;
  transition: all ease 0.5s;
}

.listTicketItem {
  transition: all ease 0.5s;
}

.listTicketItem:hover {
  transform: scale(1.02);
}

.react-trello-lane header {
  width: 100%;
  justify-content: space-between;
}

/* For WebKit browsers (Chrome, Safari) */
.react-trello-lane div::-webkit-scrollbar {
  width: 6px;
  /* Slim width for the scrollbar */
}

.react-trello-lane div::-webkit-scrollbar-track,
.react-trello-board::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background color of the scrollbar track */
  border-radius: 10px;
  /* Rounds the track */
}

.react-trello-lane div::-webkit-scrollbar-thumb,
.react-trello-board::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Color of the scrollbar thumb */
  border-radius: 10px;
  /* Rounds the thumb */
}

.react-trello-board::-webkit-scrollbar {
  height: 10px;
}

.react-trello-card header {
  display: none;
}

.col-grid-ticket {
  display: flex;
  align-items: center;
}

/*Text Editor*/
.quill-dark .ql-editor {
  background-color: #2c2c2c;
  color: #f5f5f5;
}

.quill-dark .ql-toolbar {
  background-color: #3c3c3c;
  border-color: #555;
}

.quill-dark .ql-toolbar button {
  color: #f5f5f5;
}

.quill-dark .ql-snow .ql-stroke {
  stroke: #f5f5f5;
}

.quill-dark .ql-snow .ql-fill {
  fill: #f5f5f5;
}

.ql-toolbar {
  background: rgb(0 0 0 / 10%);
  color: #000 !important;
  border: 0px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ql-container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0px !important;
  min-height: 15px;
}

.commentBox .ql-container {
  min-height: 25px !important;
  ;
  width: 100%;
}

.ql-toolbar button {
  color: #000 !important;
}

.boxTask {
  cursor: pointer;
  transition: all ease 0.5s;
}

.boxTask:hover {
  transform: scale(1.05);
}

.item-box {
  position: relative;
  margin-bottom: 10px;
}

.remove-comment-button {
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 18px;
  opacity: 0;
  transition: all ease 0.5s;
}

.item-box:hover .remove-comment-button {
  opacity: 1;
}

.ql-editor.ql-blank::before {
  color: rgb(117 117 117 / 60%) !important;
}

.smooth-dnd-container * {
  white-space: initial !important;
}

.smooth-dnd-draggable-wrapper .marquee span {
  white-space: nowrap !important;
}

.modeChatPaper .smooth-dnd-draggable-wrapper header {
  margin-bottom: 0px !important;
}

.modeChatPaper .smooth-dnd-container.vertical .smooth-dnd-draggable-wrapper {
  max-width: 260px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  margin-bottom: 5px;
}

.block-add-new-column input {
  height: 50px
}


.tag-select {
  z-index: initial !important;
}

/**FullScreen Tickets*/

.fullscreen .ticket-page {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.fullscreen .MuiDialog-root {
  z-index: 99999;
}

.fullscreen .block-tickets-manager {
  height: 100vh;
  border-radius: 0px !important;
}

.fullscreen #drawer-container {
  height: 100vh;
}

.fullscreen #drawer-buttons {
  background-color: #000;
}

.fullscreen .ticketHeader {
  border-radius: 0px !important;
}

.fullscreen .mainTicket {
  border-radius: 0px !important;
}

.fullscreen .welcomeMsg {
  border-radius: 0px !important;
}

.react-trello-board {
  transition: all ease 0.5s;
}

.fullscreen .react-trello-board {
  height: 92vh !important;
}

.taskListItem .Mui-expanded {
  margin: 0
}

.fullscreen .makeStyles-ticketsWrapperRadius {
  height: 100vh;
}

.error.text-danger {
  color: #e74c3c;
  font-weight: bold;
}

/*New Preloaders*/
.loader {
  height: 4px;
  width: 130px;
  --c: no-repeat linear-gradient(#6100ee 0 0);
  background: var(--c), var(--c), #d7b8fc;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}

@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0
  }

  66% {
    background-position: 250% 0, -150% 0
  }

  100% {
    background-position: 250% 0, 250% 0
  }
}

.ql-tooltip.ql-editing {
  left: 0px !important;
}

.boxTransfered .box-name-ticket {
  display: none !important;
}

.boardTaskBody .react-trello-board {
  height: 80vh !important;
  overflow-y: initial !important;
}

.boardTaskBody .smooth-dnd-container.vertical {
  height: 63vh;
  overflow: auto;
}

.fullscreen .ticket-page .smooth-dnd-container section {
  height: 88vh !important;
}

.smooth-dnd-container.vertical {
  min-height: 100%;
}


.ripple {
  position: relative;
  overflow: hidden;
  color: white;
  transition: background-color 0.3s ease-in-out, transform 0.5s ease-in-out;
}

.ripple:hover {
  transform: scale(1.05);
}

.ripple::before {
  content: '';
  position: absolute;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: transform 0.6s, opacity 0.4s;
  opacity: 1;
  transform: translate(0, 0%) rotate(-45deg);
  pointer-events: none;
}

.ripple:hover::before {
  transform: translate(120%, 0%) rotate(-45deg);
  opacity: 0.5;
}

.ripple-ticket {
  position: relative;
  overflow: hidden;
  color: white;
  transition: background-color 0.3s ease-in-out;
}

.ripple-ticket::before {
  content: '';
  position: absolute;
  top: 0%;
  left: -130%;
  width: 125%;
  height: 95%;
  background: rgba(0, 0, 0, 0.05);
  transition: transform 0.6s, opacity 0.4s;
  opacity: 1;
  transform: translate(-50px, 0%) rotate(-45deg);
  pointer-events: none;
}


.ripple-ticket-dark::before {
  background: rgba(255, 255, 255, 0.02);
}

.ripple-ticket:hover::before {
  transform: translate(190%, 0%) rotate(-45deg);
  opacity: 0.5;
}

/*Responsive*/
@media (max-width: 768px) {
  .ticket-page {
    height: 85vh;
    overflow-x: scroll;

    min-height: auto !important;
  }

  .logo {
    width: auto;
    max-height: 40px;
  }

  .filter-kanban {
    width: 100%;
    /* display: grid !important;
    grid-template-columns: repeat(2, 2fr) 2fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start !important;*/
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 20px !important;
    overflow-x: auto;
    justify-content: flex-start !important;
  }

  .filter-kanban label {
    margin-left: 0px;
  }

  .searchInputHeader {
    width: 100% !important;
  }

  .buttonAdd {
    width: 95% !important;
  }

  .react-trello-board {
    height: 75vh !important;
  }
  .menuBar button {
    padding: 5px
  }
}


.MuiModal-backdrop {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  backdrop-filter: blur(8px); /* Blur effect */
  -webkit-backdrop-filter: blur(8px);
}

.MuiModal-backdrop {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  backdrop-filter: blur(8px); /* Blur effect */
  -webkit-backdrop-filter: blur(8px);
}

.MuiPopover-root .MuiModal-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(0px) !important;
  -webkit-backdrop-filter: blur(0px) !important;
}

.fullscreen .MuiModal-root {
  z-index: 9999;
}

.fullscreen .MuiPopper-root {
  z-index: 9999;
}

.dark-theme input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.dragged-card {
  opacity: 0.7;
  cursor: grabbing;
}