﻿/*Docomply Colors*/
.navbar-brand #logo {
    background-image: url(https://img.docomply.co.za/i/logo3.png);
    width: 192px;
    height: 52px;
    background-repeat: no-repeat;
}

.sidebar #logo_slim {
    background-image: url(https://img.docomply.co.za/i/logo3_slim.png);
    width: 64px;
    height: 50px;
    background-repeat: no-repeat;
}

.sidebar-toggled #logo {
    background-image: url(https://img.docomply.co.za/i/logo3_slim.png);
    width: 64px;
    height: 50px;
    background-repeat: no-repeat;
}

i.doco-blue {
    color: #36b9cc;
}

.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-img {
    height: 2.0rem;
    width: 1.5rem;
    margin-right: 1rem;
    border-radius: 100%;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.bg-gradient-primary-to-secondary {
    background-color: #0061f2 !important;
    background-image: linear-gradient(135deg, #0061f2 0%, #1da1f5 100%) !important;
}

.bg-rejected {
    --bs-bg-opacity: 1;
    background-color: #8B0000 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.button-fixed-width {
    width: 115px;
}