
/* btns */
.btn{
    padding: 15px;
    margin: 10px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
}
.btn-primary, .active{
    background-color: #007BFF;
    color: white;
}
.btn-access{
    background-color: #E9DBFF !important;
    color: #8A62CC !important;
}
.btn-access:hover{
    background-color: #d8caee !important;
}

.btn-edit{
    background-color: #DFEFFF !important;
    color: #0071E3 !important;
}
.btn-edit:hover{
    background-color: #cedeee !important;
}
.btn-success:hover{
    background-color: #B9ECE6 !important;
    color: #188477 !important;
}
.btn-delete{
    background-color: #FFE8EE !important;
    color: #EE6C90 !important;
}
.btn-delete:hover{
    background-color: #eed7dd !important;
}
.btn-back{
    color: #007BFF;
    width: -webkit-fill-available;
    font-size: 26px;
    text-align: left;
    padding-bottom: 2px;
    margin: 0;
    padding-left: 0;
}
.btn-back img{
    margin-right: 10px;
}
.btn.icon{
    display: flex !important;
    align-items: center;
}
.btn.icon img{
    width: 20px;
    margin-right: 10px;
}
.btn-download{
    display: flex;
    width: max-content;
}
.btn-download img{
    width: 20px;
    margin-right: 5px;
}