* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
body {
    background-image: url("https://miro.medium.com/v2/resize:fit:1400/0*G3yOJ-AgYJRM7pM3");
    background-size: cover;
    background-attachment: fixed;
    font-family: Segoe UI, Roboto, "Helvetica Neue", sans-serif;
    line-height: 1.3;
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
    overflow-x: hidden;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    height: 50px;
    text-align: center;
    padding: 8px 20px;
    background-color: rgba(85, 84, 84, 0.616);
    color: white;
}
.navbar .Title {
    justify-content: space-around;
    font-family: math;
    font-size: 3vw;
    font-weight: bold;
    text-shadow: 3px 2px 2px  rgb(201 155 131);
}
.navbar>* {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.navbar .Menu>*,
.navbar .Top-Rside>* {
    display: inline-block;
    padding: 4px;
    border-radius: 2px;
    margin: 0px 4px;
    background-color: rgb(55 54 53 / 44%);
}
li:hover {
    background-color: rgb(49, 114, 138);
}
.navbar .Menu {
    justify-content: flex-start;
}
.navbar .search-container {
    background-color: transparent;
    padding: 0;
}
 .search-container{
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #bfbfbf;;
    border-radius: 25px;
    padding: 5px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: rgb(201 155 131 / 44%);
   
}
.search-container i {
    color: #888;
    font-size: 18px;
  }
  .search-container input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px;
    font-size: 11px;
    background: none;
    border-radius: 0px 25px 25px 0px;
  }

  .search-container input::placeholder {
    color: #aaa;
  }
 .search-container input:focus {
    background-color: white;
}
.navbar .Top-Rside {
    justify-content: flex-end;
}
.Board-title>input {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 5px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.Board-title>input:focus{
    border: 1px solid #ccc;
}
.Board-title>input::placeholder {
    color: #fff;
    
}
.pointer {
    cursor: pointer !important;
}
.pointer:hover {
    color: #afaeae;
}
.point:hover {
    background-color: rgba(32, 32, 32, 0.58);
    scale: 1.1;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    border-radius: 5px;
    box-shadow: 2px 5px 10px;
    right: 0;
    color: #000;
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
}
.dropdown-content div {
    padding: 5px 20px 5px 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row-reverse;
    width: max-content;
    justify-content: flex-end;
    align-items: center;
}
.dropdown-content div i {
    padding: 1;
    font-size: medium;
}
.dropdown-content div:hover {
    background-color: #ddd;
}
.show {
    display: block;
}
ul {
    list-style: none;
}
.Board {
    display: flex;
    flex-basis: 100%;
    flex-wrap: nowrap;
    overflow: auto;
    margin-top: 20px;
    padding: 84px 20px 20px;
}
.Board-container {
    display: flex;
    height: 100vh;
    overflow-y: hidden;
}
.Board-menu {
    position: fixed;
    top: 50px;
    right: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    background-color: rgba(70, 69, 69, 0.37);
    color: white;
    font-weight: bold;
}
.task-list-wrapper {
    flex-shrink: 0;
    flex-basis: 240px;
    max-height: 100%;
    overflow: hidden;
}
.task-list {
    padding: 10px;
    margin-right: 10px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 3px 5px 2px;
}
.task-list-title-container {
    display: flex;
    justify-content: space-between;
}
.task-list-title {
    margin: 4px;
    font-weight: bold;
}
.task-list-more {
    margin: 0 4px;
}
.task,
.full-width-input {
    padding: 10px;
    background-color: rgba(221, 221, 221, 0.8);
}
.task .task-edit {
    float: right;
    display: none;
    color: #000;

}
.task:hover .task-edit {
    display: inline;
}
.add-card-message,
.add-list-message {
    background-color: rgba(153, 153, 151, 0.5);
    border-radius: 5px;
}
.task-list .task,
.task-list input,
.task-list textarea,
.task-list button {
    border-radius: 4px;
}
input,
textarea {
    border: none;
    outline: none;
}
.add-card-button,
.add-list-button {
    margin-right: 8px;
}
.add-card-cancel,
.add-list-cancel {
    position: relative;
    top: 3px;
}
.button {
    margin: auto;
    padding: 10px;
    color: white;
    background-color: rgb(0, 132, 255);
    border: 1px;
    border-radius: 7px;

}
.button:hover {
    background-color: rgb(6, 105, 141);
}
form {
    background-color: #fff;
}
.task-edit {
    color: #dad9d9;
}
.taskpointer {
    margin: 5px;
    padding: 5px;
    background-color: #dad9d9;
    color: #444343;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    width: 200px;
}
.taskpointer:has(> form) {
    padding: 0;
}
.taskpointer:hover {
    color: #777777;
}
.taskpointer:hover>.task-edit {
    color: #777777;
}
.reset {
    color: #6e6e6e;
    padding: 3px;
}
.highlighted {
    background-color: rgb(252, 168, 99);
}
i {
    padding: 5px;
}
.dragdrop {
    padding-top: 7px;
}
.alert{
    position-area: top;
    position: fixed;
    top: 60px;
    padding: 20px 15px;
    border-radius: 7px;
    box-shadow: 3px 5px 2px;
    background-color: #fff;
    color: #000;
    display: grid;
}
.dim {
    background-color:rgba(179, 179, 179, 0.795)
}
@media (max-width: 768px) {
    .search-container {
      max-width: 100%;
      padding: 5px 10px;
    }

    .search-container input {
      font-size: 14px;
      width: 50%;
    }
    .search-container input:focus{
        width: 100px;
    }
  }