.pg-login {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pg-login .card {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.pg-login .card .card-body .input-group .input-group-prepend {
    position: absolute;
    left: 0;
    top: 5px;
}

.pg-login .card .card-body .input-group .input-group-prepend .input-group-text {
    background-color: unset;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.pg-login .card .card-body .input-group .form-control {
    background-color: unset;
    color: #fff;
    padding-left: 45px;
    border: 1px solid #fff6;
    border-radius: 3px;
}

.pg-login .card .card-body .input-group .form-control:focus {
    border-color: #d2d2d2;
}

.sidebar-menu li.active i {
    color: #fff;
}

.sidebar-menu li.active .menu-text {
    color: #fff;
}

.icon-logout {
    font-size: 20px;
}

.text-yellow {
    color: #f5da18 !important;
}
.header>.header-bar .brand>a {
    text-transform: unset;
}
body.theme-dark .header>.header-bar a img {
    width: 30px;
}
.full-width {
    width: 100% !important;
}
#table_beneficiary .fa {
    cursor: pointer;
}
.mandatory {
    color: #fb4747;
}
.modal .close:focus, .modal .close:active, .toast-close-button:focus {
    outline: none;
}
.msg-error {
    font-size: 0.8rem;
    color: #fb4747;
    margin-top: 3px;
    display: none;
}
.show {
    display: block;
}
.comment {
    font-size: 0.8rem;
}
.table tr td {
    vertical-align: middle;
}
@media screen and (max-width: 480px) {
    .header .brand a.logo {
        display: none !important;
    }
    .header .brand a.logo-sm {
        display: flex !important;
        align-items: center;
        margin-left: 40px;
    }
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}