::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background: rgba(110, 151, 255, 0.8);
}

::-webkit-scrollbar-thumb:hover {
    background: #e5cdbc;
}

ul {
    list-style: none;
}

.todotopNav {
    width: 100%;
    height: 36px;
}

.todotopNav span {
    float: left;
    font-size: 1.6em;
    margin-left: 20px;
}

.todotopNav div {
    margin: 6px 10% 0px 140px;
}

.todotopNav input {
    height: 30px;
    box-shadow: 1px 1px 10px #dfe1e1 inset;
    border-radius: 10px;
    background: #eaf0ff;
}

.todo {
    width: 100%;
    height: 100%;
}

.lists {
    width: 100%;
    height: 100%;
    margin: 2% 1% 1% 1%;
}

.todoNav {
    width: 100%;
    height: 30px;
}

.title1 {
    width: 80px;
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    line-height: 100%;
}

.todoCount {
    width: 18px;
    height: 18px;
    border-radius: 30%;
    font-size: 13px;
    font-weight: bold;
    color: black;
    float: left;
    text-align: center;
    line-height: 18px;
    background: #a1e7f0;
}

.todoList {
    width: 100%;
}

.todoList ul {
    width: 100%;
}

.todoList li {
    width: 98%;
    height: 40px;
    padding: 0 5px;
    margin: 5px 0;
    background: #00274125;
    line-height: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 3px solid #ff9605;
}

.done {
    width: 100%;
    height: 100%;
}

.lists1 {
    width: 100%;
    height: 100%;
    margin: 2% 1% 1% 1%;
}

.doneNav {
    width: 100%;
    height: 30px;
}

.title2 {
    width: 80px;
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    line-height: 100%;
}

.doneCount {
    width: 18px;
    height: 18px;
    border-radius: 30%;
    font-size: 13px;
    font-weight: bold;
    color: black;
    float: left;
    text-align: center;
    line-height: 18px;
    background: #a1e7f0;
}

.doneList {
    width: 100%;
}

.doneList ul {
    width: 100%;
}

.doneList li {
    width: 98%;
    height: 40px;
    padding: 0 5px;
    margin: 5px 0%;
    background: #00274125;
    line-height: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 3px solid #945ffb;
}

.todocontent {
    width: 100%;
    margin-top: 3px !important;
    height: 35px !important;
    color: white;
    font-size: 20px;
    background: #00000085;
    line-height: 20px;
    border: 0px solid !important;
    border-radius: 10px !important;
}

.todocontent:hover {
    border: 1px solid #8edbfc;
}

.listSpan {
    width: 20px;
    height: 20px;
    border-radius: 40%;
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 18px;
    background: #e3b8df;
    margin: 10px auto auto 0px;
}

.listSpan:hover {
    cursor: pointer;
}

.todocheckBox {
    width: 20px !important;
    height: 20px !important;
    margin-top: 10px !important;
}