:root {
    --facebook-color: #3b5998;
    --facebook-color-light: #ddefff;

    --instagram-color: #e23764;
    --instagram-color-light: #ffeef3;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

.btn,
.fc-button {
    box-shadow: none !important;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.btn.danger.active,
.btn.danger:hover {
    color: var(--bs-danger);
}

table.dataTable.table-sm tbody {
    font-size: 0.85em;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    right: 1.0em !important;
}

table.dataTable tr.disabled {
    color: #666;
    background-color: #ccc;
    opacity: 0.7;
}

img#stars {
    float: right;
    width: auto;
    height: 4rem;
    padding: 0;
}

.bluestar {
    color: #0077bc;
}

.bg-bluestar {
    background-color: #0077bc;
}

td.details-control {
    cursor: pointer;
}

td.details-control::before,
tr.shown td.details-control::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

td.details-control::before {
    content: "\f055";
    color: green;
}

td.cellposttext {
    font-size: 11px;
    line-height: 11px;
}

tr.shown td.details-control::before {
    content: "\f056";
    color: red;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background-image: url("img/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    z-index: 10000;
}

.errors {
    color: red;
}

* {
    box-sizing: border-box;
}

#tblposts tr td:last-child {
    vertical-align: middle;
}



.hidden {
    display: none;
}

/* AGGIUNTE PER DEMO A TEAM META - ALESSANDRO SESTER */


/*

.row .col-md-4 .btn-group, .btndelpage{
visibility:hidden;
}

.row .col-md-4 .btnmodalposts{
visibility:visible !important;
}

.btnpublished
,.modalsubscriptions .btn
{
visibility:hidden;
}
.modalsubscriptions .card{display: none;}
.post_360{display: none!important;}

*/