*{
    box-sizing: border-box;

}

body{
    margin: 0;
    padding: 0;
   
}




.toolbox-cont{
    height: 7rem;
    background-color: lightblue;
    width: 100vw;
    display: flex;
    align-items: center;
    position: fixed;
    /* margin-bottom: 7rem; */
}


.toolbox-priority-cont{
    height: 5rem;
    width: 25rem;
    display: flex;
    margin-left: 1rem;
    background-color: grey;
    align-items: center;
    justify-content: space-around;

}


.priority-item{
    height: 3rem;
    width: 4rem;
    background-color: red;
    box-shadow: 5px 4px 0px 0px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

   
}
.priority-item.filtered{
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px,white 1px 0px 12px 0px;

}


.action-btn-cont{
    height: 3rem;
    width: 6rem;
    background-color: white;
    margin-left: 4rem;
    display: flex;
    justify-content: space-between;
    font-size:2.5rem;
}

.action-btn{
    width: 3rem;
    height: 3rem;
    display:flex;
    padding:.4rem;
    justify-content:center;
    align-items:center;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

    

}

.action-btn:hover{
    background-color: cyan;

}

.modal{
    width: 50vw;
    height: 45vh;
    background-color: lightblue;
    position: absolute;
    left: calc((100vw -  40vw)/2);
    top: calc((100vh - 30vh)/2);
    /* border-radius: 1rem; */
    justify-content: space-evenly;
    display: flex;


}

.modal-text{
    width: 35vw;
    height: 100%;
    background-color: #add8e6;
    border-style: hidden;
    resize: none;
    outline: none;
    padding: 2rem;
    font-size: 1.5rem;
    font-weight: bold;

}

.priority-cont{
    width: 15vw;
    height: 100%;
    background-color: #c1c734;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;

}

.priority{
    width:5rem;
    height: 3rem;
    box-shadow:  rgb(0 0 0 / 48%) 0px -23px 25px 0px inset, rgb(0 0 0 / 14%) 0px -36px 30px 0px inset, rgb(0 0 0 / 18%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 24%) 0px 4px 2px, rgb(0 0 0 / 24%) 0px 8px 4px, rgb(0 0 0 / 16%) 0px 16px 8px, rgb(0 0 0 / 20%) 0px 32px 16px;
}

.col-yellow{
    background-color: yellow;
    
}
.col-blue{
    background-color: blue;
}
.col-red{
    background-color: red;
}
.col-green{
    background-color: lightgreen;
}
.active{
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px,white 1px 0px 12px 0px;
    /* opacity: 0.7; */
    border-radius: 1rem;
}

.main-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 7rem;
}

.ticket{
    width: 14rem;
    height: 13rem;
    background-color: darkcyan;
    margin: 2rem;
    border-radius: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    cursor: pointer;
    
}

.ticket.selected{
    /* box-shadow: 10px 10px 12px -2px #008b8bb5; */
    /* box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px; */
    border-radius: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgb(85, 91, 255) 0px 0px 0px 3px, rgb(31, 193, 27) 0px 0px 0px 6px, rgb(255, 217, 19) 0px 0px 0px 9px, rgb(255, 156, 85) 0px 0px 0px 12px, rgb(255, 85, 85) 0px 0px 0px 15px;

}
.ticket-priority{
    width: 100%;
    height: 1rem;
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    
}
.ticket-id{
    width: 100%;
    height: 2rem;
    background-color: darkseagreen;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
}
.uuid{
    display: flex;
    align-items: center;
}
.fa-edit{
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.fa-edit:hover{
    cursor: pointer;
    font-size: 1.3rem;
}
.fa-edit.editable{
    color: rgb(27, 27, 255);
    font-size: 2rem;
    
}

.ticket-text{
    padding: 1rem;
    margin: 0;
    height: 10rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
}

.ticket-text:focus{
    background-color: burlywood;
    width: 100%;
    height: 7rem;
    outline: none;
}

@media screen and (max-width:600px) {
.toolbox-cont{
    justify-content: space-around;
}
.action-btn-cont{
    margin-right: 3rem;
    margin-left: 2rem;
}
.modal{
    flex-direction: column;
    width:75vw;
    height: 40vh;
    left: calc((100vw -  75vw)/2);
    top: calc((100vh - 40vh)/2);
    position: fixed;
}
.modal-text{
    width: 100%;
    height: 75%;
}
.priority-cont{
    
    flex-direction: row;
    width: 100%;
    height: 50%;
    justify-content: space-between;
}
.priority{
    width: 3.7rem;
    height: 2.7rem;
}
.priority-item{
    height: 2rem;
    width: 2rem;
}
    
}