.container {
    color: black !important;
}

.doc-pendding {
    border-right: 1em red solid;
}

.doc-checked {
    border-right: 1em greenyellow solid;
}

.doc-warning {
    border-right: 1em yellow solid;
}

.bg-title-process {
    padding: 0.3em !important;
    background-color: #4a403c !important;
    color: whitesmoke !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    margin-bottom: 0.6em !important;
    flex-direction: column !important;
}

.sidebar-brands {
    background-color: tras !important;
    color: transparent !important;
    display: flex;
    flex-direction: column !important;
    justify-content: left !important;
    list-style-type: none !important;
    padding: 0px !important;
}

.brands-item {
    margin-bottom: 0.2em !important;
    background-image: linear-gradient(50deg, #000000, #141414, #1E1E1E) !important;
    color: white !important;
    padding: 0.6em !important;
    list-style-type: none !important;
    width: 100%;
    cursor: pointer;
}

.brand-viewer {
    background-color: whitesmoke !important;
    box-shadow: 0px 0px 2px grey;
    color: black;
}

.card-status {
    width: 100% !important;
    background-image: linear-gradient(0deg, black, #3A3A3A) !important;
    color: white !important;
    display: inline-block !important;
    justify-content: space-between;
    flex-direction: column !important;
    border: 0px;
    border-radius: 0px !important;
}

.card-status p a {
    color: white !important;
}

.badge {
    font-size: 0.9em !important;
}

.border-bottom-danger {
    border-right: 5px solid red;
}

.square-red {
    width: 5px;
    height: 100%;
    background-color: red;
}

.square-yellow {
    width: 5px;
    height: 100%;
    background-color: yellow;
}

.square-green {
    width: 5px;
    height: 100%;
    background-color: greenyellow;
}

.legend-list {
    list-style: none !important;
    display: flex;
    flex-direction: row !important;
}

.legend-list li {
    display: flex;
    flex-direction: column !important;
    margin-left: 0.5em !important;
}

.legend-display span {
    display: flex;
    flex-direction: row !important;
    height: 100% !important;
    margin-left: 0.2em !important;
}

.legend-display {
    display: flex;
    justify-content: center !important;
    align-items: center;
    vertical-align: center;
}

.document-pendent-title {
    background-color: orangered;
    color: white !important;
    justify-content: center;
    align-items: center;
    padding: 0.4em !important;
    font-weight: 600;
}

.legend-list-box {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    padding: 0.4em !important;
    font-weight: 600;
    margin-bottom: 0.5em !important;
}

.legend-list {
    list-style: none !important;
    padding: 0px !important;
    margin-left: 0.9em !important;

}

.active{
    background-color: whitesmoke !important;
    color:black !important;
    border: 0px !important;
}

.accordion-header button{
    background-image: linear-gradient(0deg, rgb(224, 224, 224), #f8f8f8);
    color: black !important;
}