:root {
    --primary: #e33934!important;
    --action: #e33934!important;
    --waiting: #e27443 !important;
    --accepted: #62e376 !important
}


.text-brand
{
    color: #000!important;
}

nav .kt-link-active
{
    border-bottom: 1px solid #e33934!important;
}

.form-control, .form-control:focus {
    background-color: #FFF!important;
}

.kt-badge.kt-badge--unified-info {
    color: #FFF;
    background: #e33934!important;
}

#pikwe-document-tree > ul > li:hover:not(.pikwe-open-tree-mobile):not(.selected) {
    background-color: rgb(242, 242, 242);
    border-left: 2px solid #e33934 !important;
}

#pikwe-document-tree > ul > li.selected {
    background-color: rgb(242, 242, 242);
    border-left: 2px solid #e33934 !important;
}

.pikwe-text-brand {
    color: #e33934 !important;
}

.btn-brand {
    background-color: #e33934!important;
    border-color: #e33934!important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
