/* table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0.5em;
    display: inline-block;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    background-color: var(--light);
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid rgba(0,0,0,0);
    font-size: 14px;
    color: var(--dark);
    -webkit-transition: .35s all;
    transition: .35s all;
    font-weight: 500;
}

table.dataTable.no-footer {
    border-bottom: none !important;
} */

.rating-input i {
    font-size: 14px;
    color: #f37721;
}

[data-f-id="pbf"] {
    /* display: none; */
}

.icon-user-medium {
    background-size: contain;
    width: 18px;
    height: 18px;
    opacity: .7;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.70685 9.99719C10.5728 9.99719 12.0854 8.48454 12.0854 6.61859C12.0854 4.75264 10.5728 3.23999 8.70685 3.23999C6.8409 3.23999 5.32825 4.75264 5.32825 6.61859C5.32825 8.48454 6.8409 9.99719 8.70685 9.99719Z' stroke='%231C1A17' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.09366 14.7599C4.01399 14.3012 4.04689 13.8259 4.04689 13.3625C4.04689 11.6164 5.46239 10.201 7.2085 10.201H10.2871C12.0332 10.201 13.4487 11.6164 13.4487 13.3625C13.4487 13.8259 13.4816 14.3012 13.4019 14.7599' stroke='%231C1A17' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.profile_page .iconStatus{
    width: 28px;
    height: 28px;
}

.box-statistics-number .badge img {
    max-width: 34px!important;
}

div.box-statistics-number {
    background-color: #39325f;
}
@media (min-width: 768px) {
    .block-brand-digital {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.block-brand-digital {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
    padding-left: 15px;
}
.block-brand-digital img {
    width: 216px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 71px;
}
.main-footer__links ul li:last-child {
    padding-left: 18px;
}

