.w-94 {
    width: 94% !important;
}


.ribbon-warning {
    background: #FFCC00 !important;
}

.ribbon-box.right .ribbon-warning.ribbon-shape::after {
    border-right-color: #FFCC00 !important;
    border-bottom-color: #FFCC00 !important;
}

.ribbon-box.right .ribbon-warning.ribbon-shape::before {
    border-right-color: #FFCC00 !important;
    border-top-color: #FFCC00 !important;
}
:root{
    --vz-warning-rgb: 255,204,0;
    --vz-warning: #FFCC00;
    --vz-danger: #eb5050;
    --vz-danger-rgb: 235,80,80
}

.mb--20{
    margin-bottom: -20px !important;
}

.bg-orange {
    background-color: #ff7b00;
}

.text-orange {
    color: #ff7b00;
}

.custom-progress2 {
    height: 25px;
    padding: 5px;
    border-radius: 30px;
}
.avatar-group .table-avatar{
    margin-left: 0px !important
}
.container-fluid{
    max-width: 100% !important;
}
.cred-card-logo{
    border-radius: 8px;
    padding: 4px;
    background: rgb(255, 255, 255); /* fundo translúcido */
    box-shadow: 0 0 8px rgba(255,255,255,0.4);
}
.col-action{
    width: 5% !important;
}
.col-checkbox{
    width: 0% !important;
}
.vendor-rating-sm{
    transform: scale(0.65);
    transform-origin: left center;
}
.w-21-vw {
    width: 21vw !important;
}
.vendor-rating-list{
    margin-left: 20% !important;
}
