.box-green{
    border-radius: 30px;
    border: 1px solid #00ff89;
    background-color: #000928 !important;
}

.box-blue{
    border-radius: 30px;
    border: 1px solid #0084ff;
    background-color: #000928 !important;
}

.box-naranja{
    border-radius: 30px;
    border: 1px solid #0cc5ea!important;
    background-color: #000928 !important;
}

tr {
    border-color: #0cc5ea!important;
    border-style: solid;
    border-width: 0;
}
