/*
 * Custom CSS
 */

:root {
    --bs-body-bg: var(--bs-gray-100);
    --bs-body-font-size: 0.9rem;
}

body {
    font-family: Inter, sans-serif;
}

#logoPreviewContainer {
    background: #ffffff url("https://placehold.co/48x48?font=roboto&text=No") no-repeat center center;
}

.pdpp-header {

}

.pdpp-asset-circle {
    font-size: 0.6rem;
    color: cornflowerblue;
    vertical-align: middle
}

.actions-col {
    /*min-width: 200px !important;*/
    width: 300px !important;
}

.assetid-col {
    max-width: 100px !important;
}

.settings-field-status {
    min-width: 145px;
}

.img-cover{
    object-fit: cover;
    object-position: center;
}

.extra-logo-offset {
    margin-right: 38px;
}

.list-group, .list-group-item  {
    background-color: rgba(0,0,0,0);
}

.last-menu-item {
    border-radius: 0 0.4em 0.4em 0 !important;
}

#datatable_wrapper {
    min-width: 100% !important;
}