div.color_start, div>span.color_start{
    border-radius: 25px !important;
    border-color: #ffffff !important;
    color: #161515;
    background-color: #a7ee78d5;
}
div.color_username{
    border-radius: 25px;
    background-color: #78eec8d5;
    color: #161515;
}

div.color_stop, div>span.color_stop{
    border-radius: 25px !important;
    border-color: #ffffff !important;
    color: #161515;
    background-color: #ee788cd5;;
}
div>span.bg-card{
    border-radius: 10px !important;
    color: #161515;
}
thead.table_color{
    background-color: rgba(2, 101, 92, 0.71) !important;
    /* color: rgb(18, 18, 19) !important; */
    color: #fdfdfcc4 !important;
    font-size: 12px;
    border-color: coral;
    font-weight: normal !important;
}
thead.table_color_leave{
    background-color: #1d3030 !important;
    /* color: rgb(18, 18, 19) !important; */
    color: #fdfdfcc4 !important;
    font-size: 12px;
    border-color: coral;
    font-weight: normal !important;
}
tbody.table_color{
    border-color: coral; 
    color: #0a3e72;
}
tbody>tr{
    border-color: rgba(128, 128, 128, 0.562); 
    color: #0a3e72;
}
/*url : admin/*/
a.check_stats{
    display: block;
    height: 30px;
    border-radius: 25px;
    border-color: aquamarine;
    background-color: white;
    color: black;
    text-decoration-line: none;
}

.btn-perso{
    border-radius: 25px;
    border-color: #30dce9de;
    color: #29a6afde;
    background-color: white;
    transform: scale(1);
    transition: transform 400ms;
}
.btn-perso:hover{
    color: #fff !important;
    background-color: #78eec8d5 !important;
    border-color: #fff !important;
    transform: scale(1.09);
}

.btn-note{
    border-radius: 25px !important;
    border-color: #f6f8f8 !important;
    color: white;
    background-color: rgb(0, 140, 255);
    transform: scale(1);
    transition: transform 400ms;
}
.btn-note:hover{
    color: white !important;
    background-color: rgba(0, 140, 255, 0.616) !important;
    transform: scale(1.09);
}
/* accordeon */
.acordeon_header{
    border-radius: 20px !important;
    background-color: rgba(2, 101, 92, 0.71);
    color: white;
    height: 6px;
}
.acordeon_header:not(.collapse){
    border-radius: 25px !important;
    background-color: rgba(2, 101, 92, 0.71);
    color: white;
}
.accordeon_body{
    border-radius: 20px !important;
    background-color: #9dc167b3 !important; 
}
.accordion-item{
    background-color: #e6e6e6 
}
.border-provisoria{
    border: solid 2px #0dcaf0;
    border-color: #0dcaf0;
}
.border-provisoria:focus{
    border: solid 2px #0dcaf0;
    border-color: #0dcaf0;
}
.btn-provisoria{
    border-radius: 25px;
    border-color: #0dcaf0;
    color: white;
    background-color: #0dcaf0;
    transform: scale(1);
    transition: transform 400ms, opacity 400ms;
    
}
.btn-provisoria:hover{
    color: #fff !important;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
    transform: scale(1.05); 
    opacity: 0.6;
}