*{
    margin: 0;
    padding: 0;
}

.toolbox-cont{
    height: 3.5rem;
    background-color: #4b4b4b;
    display: flex;
    align-items: center;
}
.toolbox-cont>*{
    margin-left: 4rem;
}
.toolbox-color-cont{
    height: 2.5rem;
    width:18rem;
    background-color: #3d3d3d;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.action-btn-cont{
    height: 2.5rem;
    width: 7rem;
    background-color: #3d3d3d;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.color{
    height: 1.5rem;
    width: 3rem;
}
.lightpink{
    background-color: lightpink;
}
.lightgreen{
    background-color: lightgreen;
}
.lightblue{
    background-color: lightblue;
}
.black{
    background-color: black;
}
.action-btn-cont>*{
    font-size: 2rem;
    color: #d1d8e0;
}
.modal-cont{
    height: 50vh;
    width:45vw;
    background-color: lightblue;
    position: absolute;
    bottom: 25vh;
    left:25vw;
    display: none;
}
.textarea-cont{
    height: 100%;
    width: 75%;
    background-color: #dfe4ea;
    font-size: 1.5rem;
    border: none;
    outline: none;
    resize: none;

}
.priority-color-count{
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #4b4b4b;

}

.priority-color{
    height: 10%;
    width: 45%;
}
.active{
    border: 5px solid red;
}
.main-count{
    display: flex;
    position: relative;
    top: 30px;
    justify-content: space-around;
}
.ticket-cont{
    height: 11rem;
    width: 10rem;
    background-color: #f1f2f6;
}
.ticket-color{
    height: 1rem;

}
.ticket-id{
    height: 1.3rem;
    background-color: red;
}
.task-area{
    height: calc(100% - 1rem - 2rem);
    font-size: 1.5rem;
    outline: none;
    overflow-wrap: break-word;
}
.ticket-lock{
    font-size: 1.3rem;
    display: flex;
    justify-content: flex-end;
    height: 2rem;
    margin-top: -20px;
    margin-right: 8px;
}