/* Add here all your CSS customizations */
.navbar-brand {padding: 0; padding-top: 5px;}

ul.nav-main > li.nav-active > a {
    color: #0088CC;
}

.list_action i {font-size:16px;}
.badge-email {font-size:11px;}
.badge-addon {font-size:11px;}
.content-body .btn .btn-copy-url {font-size:11px; padding: 7px;}

.readonly {
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
    color: #555 !important;
}

.login_banner img {
    display: block;
    margin: 0 auto;
    max-height: 160px;
}

.form-group label:has(+ input[required])::after {
    content: " *";
    color: #dc3545;
    font-size: 1.25em;
    font-weight: 700;
}

.compulsory {
    color: #dc3545;
    font-size: 1.25em;
    font-weight: 700;
}

.card-body .form-group:first-of-type {
    border-top: 1px solid #f3f3f3;
    padding-top: 1rem;
}

.sidebar-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #abb4be;
    background: #1d2127; /* Porto sidebar bg */
    border-top: 1px solid #0088CC;
}

.sidebar-footer span {
    color: #0088CC;
}