.sidebarBecomesFooter {
  display: none;
}

  @media (max-width: 1455px) {
    .sidebarContainer {
      display: none !important;
    }
  }

.headerLogo {
  @media (max-width: 540px) {
    padding-left: 30px;
  }
}

.headerRight {
  @media (max-width: 480px) {
    gap: 0px;
  }
  @media (max-width: 367px) {
    margin-right: 16px;
  }
}

.headerTitle {
  @media (max-width: 510px) {
    font-size: 16px;
  }
  @media (max-width: 430px) {
    display: none;
    font-size: 0px;
  }
}

.headerTitleContainer {
  @media (max-width: 550px) {
    width: 280px;
    font-size: var(--fontsize-16px);
  }
  @media (max-width: 468px) {
    display: none;
  }
}

.headerHelpIconContainer {
  @media (max-width: 420px) {
    width: 32px;
  }
}

.header {
  @media (max-width: 400px) {
    justify-content: center;
    gap: 158px;
  }
  @media (max-width: 329px) {
    width: 333px;
    gap: 133px;
  }
}

.headerHelpIcon {
  @media (max-width: 430px) {
    display: none;
  }
}

@media (max-width: 1455px) {
  .sidebarBecomesFooter {
    display: flex;
    max-width: 1455px;
    width: 100%;
    max-height: 80px;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
  }
}

@media (max-width: 1455px) {
  .sidebarBecomesFooter {
    display: flex;
    max-width: 1455px;
    width: 100%;
    max-height: 80px;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
  }

  .footerMenuAtResponsiv {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .iconForResponsivFooter {
    width: 24px;
    height: 24px;
  }

  .rightContent {
    margin-left: unset;
  }

  .boardContent {
    margin: 0px 16px;
  }

  .searchAndAddContainer {
    flex-direction: column;
  }

  .searchInput {
    padding: unset !important;
    max-width: 320px !important;
    width: 100% !important;
  }

  .boardSearchIconContainer {
    width: 40px;
    margin-left: 200px;
  }

  .boardContainer {
    flex-direction: column;
  }

  .toDoContainer,
  .inProgressContainer,
  .awaitFeedbackContainer,
  .doneContainer {
    width: 100%;
    margin-bottom: 30px;
    align-items: unset;
    height: unset;
  }

  .doneContainer {
    margin-bottom: 80px;
  }

  .tabItem {
    width: 100% !important;
  }

  .tasksContainer {
    overflow-x: auto !important;
    width: 90svw !important;
    align-items: unset;
  }

  .tasks {
    height: 100% !important;
    flex-direction: row !important;
    margin-left: 0px !important;
  }

  .taskSingleCardContentWrapper {
    max-width: 250px !important;
    width: unset !important;
  }

  .taskTypeContainer {
    gap: 12px;
  }

  .task-btns span {
    margin-left: 4px !important;
    padding: 5px !important;
  }

  /* Board Overlay Add Task */
  .mainLeftContent {
    max-width: 400px !important;
    width: 100% !important;
  }

  .leftContent {
    margin-bottom: 200px;
  }

  .priorityOptions {
    flex-direction: column;
    gap: 8px;
  }

  .rightContainerBtn {
    margin-bottom: 50px;
  }

  /* Board Edit Overlay Tasks */
  .form-group {
    padding-right: 48px;
  }

  .priority-options {
    flex-direction: column;
  }

  .priority-btn {
    justify-content: space-between;
  }

  .edit-task-actions {
    justify-content: center;
    margin-bottom: 100px;
  }
}
