.todo{
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px;
    border-radius: 10px;
    min-width: 300px;
    max-width: 350px;
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 6fr 1fr;
}
.modal-title{
    display: inline-flex;
    overflow-wrap: break-word;
    max-width: 90%;
    word-break: break-word;
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.catDeleteLabel{
    overflow-wrap: break-word;
    max-width: 90%;
    word-break: break-word;
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.todo_description_span{
    display: inline-flex;
    overflow-wrap: break-word;
    max-width: 220px;
    word-break: break-word;
    font-weight: bold;
}
.subtasks{
    overflow-wrap: break-word;
    max-width: 220px;
    word-break: break-word;
}
.modal label{
    padding-top:10px;
    padding-bottom:5px;
}
h1{
    padding-top:10px;
    padding-bottom:10px;
}
.buttons button{
    margin: 5px;
    padding: 5px;
    max-height: 40px;
    min-width: 40px;
}
.buttons{
    min-width:50px;
    max-width:50px;
}
#headerButtons{
    margin-bottom:10px;
    margin-top:10px;
}
#content{
    max-width: 1000px;
    margin:0 auto;
    padding:5px;
}
.accordion-body {
    display:flex; 
    justify-content: center;
    flex-flow: row wrap;
}

p{
    margin:5px;
}

.todo_content i{
    margin:5px;
}

.todo_content i{
    width:20px;
    height:20px;
}

.headerText{
    font-size: 25px;
    margin-top:7px;
}

#header{
    display: flex;
    flex-flow: row;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin:20px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 4px 0px;
    border-radius: 15px;
    font-size:20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}


#importantTodos{
    color:red;
}