.none {
    display: none;
}
/*
.twitter{
    color: #1da1f2;
}
.facebook{
    color: #3b5998;
}
.linkedin{
    color: #0077b5;
}
*/
.counter-ko {
    color: red;
}

.preview-action button:not(:last-child) {
    margin-right: 12px;
}

.preview-counter {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-twitter .preview-avatar {
    border: 2px solid #0f1419;
    padding: 2px;
}

.modal-threads .preview-avatar {
    border: 2px solid #000000;
    padding: 2px;
}

.modal-facebook .preview-avatar {
    border: 2px solid #3b5998;
    padding: 2px;
}

.modal-bluesky .preview-avatar {
    border: 2px solid #0887FE;
    padding: 2px;
}

.modal-linkedin .preview-avatar {
    border: 2px solid #0077b5;
    padding: 2px;
}

.preview-textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px;
    width: 100%;
    min-height: 120px;
}

.modal-facebook .modal-header h4, .modal-facebook .modal-header button,
.modal-linkedin .modal-header h4, .modal-linkedin .modal-header button,
.modal-threads .modal-header h4, .modal-threads .modal-header button,
.modal-twitter .modal-header h4, .modal-twitter .modal-header button {
    color: #fff;
}

.modal-twitter .modal-header {
    background-color: #0f1419;
    border-radius: 0.286rem 0.286rem 0 0;
}

.modal-threads .modal-header {
    background-color: #000000;
    border-radius: 0.286rem 0.286rem 0 0;
}

.modal-facebook .modal-header {
    border-radius: 0.286rem 0.286rem 0 0;
    background-color: #3b5998;
}

.modal-bluesky .modal-header {
    border-radius: 0.286rem 0.286rem 0 0;
    background-color: #0887FE;
}

.modal-linkedin .modal-header {
    border-radius: 0.286rem 0.286rem 0 0;
    background-color: #000000;
}

.modal-linkedin .modal-header {
    border-radius: 0.286rem 0.286rem 0 0;
    background-color: #0077b5;
}

.modal-instagram .modal-header {
    border-radius: 0.286rem 0.286rem 0 0;
    background:radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.modal-instagram i {
    color: white !important;
}

.media-header .share {
    float: right;
    display: inline-block;
}

.media-header .tags {
    margin: 15px 0;
}

.media-header {
    position: relative;
}

.card {
    border-radius: 0.215rem;
    overflow: hidden;
}

.site-menu .site-menu-title-category {
    display: block;
    font-size: 15px;
    padding: 0 15px;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}

.site-menu-category > .site-menu-title-category .icon {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
    transition: transform 500ms ease-out;
}
.site-menu-category > .site-menu-title-category .icon.closed {
    transform: rotate(-90deg);
}

.site-menu .site-menu-item {
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.wall-person-info .person-name a {
    color: #fff;
}
.wall-person-info .person-name {
    position: absolute;
    top: -55px;
    left: 190px;
    margin: 0;
}
.wall-person-info .person-avatar {
    position: absolute;
    top: -75px;
    left: 30px;
    width: 140px;
    height: 140px;
    background-size: cover;
}
.wall-person-info {
    position: relative;
    padding-left: 190px;
    padding-bottom: 45px;
}
.wall-person-info .person-name {
    position: absolute;
    top: -55px;
    left: 190px;
    margin: 0;
}

.active-device{
    font-size: 20px;
    color: green;
}

.inactive-device{
    font-size: 20px;
    color: red;
}

.fa-times {
    color: red;
}
.fa-check {
    color: green;
}

.slidePanel-header .overlay-panel .btn-group.edit {
    bottom: -19px;
}

.slidePanel-header {
    width: 100%;
    text-align: center;
    overflow: inherit;
}

.slidePanel-actions {
    float: none;
    position: absolute;
    top: 25px;
    right: 20px;
    min-height: 67px;
    margin: 0;
    margin-left: 15px;
    text-align: right;
    list-style: none;
}

.slidePanel-header .avatar {
    width: 100px;
    height: 100px;
    background-size: cover;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
}

.slidePanel-header .name {
    font-size: 20px;
}

.slidePanel-header .edit {
    position: absolute;
    bottom: -26px;
    right: 20px;
}

.slidePanel-header .edit a {
    text-decoration: none;
}


.slidePanel-inner-section .media-content img {
    display: block !important;
    max-width: 100% !important;;
    height: auto !important;;
}

.site-navbar.navbar-default .hamburger .hamburger-bar, .site-navbar.navbar-default .hamburger:after, .site-navbar.navbar-default .hamburger:before {
    background: #757575;
}

.site-navbar.navbar-default .navbar-toggler {
    color: #757575;
}

.site-navbar {
    background-color: #fff;
}

.site-menubar {
    position: fixed;
    z-index: 1400;
    height: 100%;
    font-family: Roboto,sans-serif;
    color: rgba(163,175,183,.9);
    background: #263238;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    top: 66.01px;

    height: -webkit-calc(100% - 66.01px);
    height: calc(100% - 66.01px);
}

.site-menubar-body {
    height: 100%;
}
/* card template */

.card-text-header {
    font-size: 16px;
    padding: 0;
    position: relative;
}

.card-text-header .icon {
    position: absolute;
    font-size: 29px;
    left: 0;
}


.btn-group-text {
    margin-top: 9px;
    margin-bottom: -18px;
    z-index: 1;
}

.btn-group-img {
    padding-right: 30px;
    margin-top: -23px;
    margin-bottom: -16px;
    z-index: 1;
    position: relative;
}

.twitter{
    color: #0f1419;
}
.facebook{
    color: #3b5998;
}
.bluesky{
    color: #0887FE;
}
.linkedin{
    color: #0077b5;
}
.instagram{
    color: #8a3ab9;
}
.btn-twitter{
    background-color: #0f1419;
}
.btn-facebook{
    background-color: #3b5998;
}
.btn-bluesky{
    background-color: #0887FE;
}
.btn-threads{
    background-color: black;
}
.btn-linkedin{
    background-color: #0077b5;
}
.btn-instagram{
    background: #f05047;
}
.icon.fa-threads {
    font-family: "Font Awesome 6 Brands" !important;
}
.icon.fa-pencil {
    font-family: "Font Awesome 6 Free"; !important;
    font-weight: 900;
}
.fa-bluesky {
    font-family: "Font Awesome 6 Brands" !important;
}

.btn-instagram.active {
    background: white !important;
}

.btn-social-border{
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-brand, .bg-suggestion {
    background-color: #333;
}

.page-header {
    z-index: 1;
}

.loader-overlay {
    background-color: #f31a38;
}

.cursor-move{
    cursor: move;
}

.sources-toggle{
    text-align: left;
}

.online-form label{
    margin-bottom: 0;
}


/* LIST USER */

.app-contacts th td {
    vertical-align: middle;
}

/* CARTE ADMIN */

.list-group .list-group-item, .list-group .list-group-item:hover {
    background-color: transparent;
}

.list-group .widget-content {
    -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
}

.avatar-admin .avatar {
    width: 62px;
    height: 62px;
}

.padding-20 {
    padding: 20px!important;
}

.list-group.admin-panel{
    flex-direction: row;
}

.pointer {
    cursor: pointer;
}


.form-control.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #f44336;
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #f44336;
}

.show-user-share {
    border: 1px solid grey;
    padding: 3px;
    font-size: 11px;
    text-decoration: none;
}

.show-user-share:hover {
    color: #fff;
    border: 1px solid #000;
    background: grey;
    padding: 3px;
    text-decoration: none;
}

.light-divider {
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
    border-top: 1px solid #e0e0e0;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.chats {
    padding: 15px 0;
}

.chat-body {
    margin: 0;
}

.chat-left .chat-body {
    margin-left: 0;
}

.bh-new-message {
    display: none;
}

.pulse {
    display: block;
    animation: pulse 3s ease infinite;

}

.site-sidebar .conversation-header {
    height: 50px;
}

.site-sidebar .conversation-header > * {
    line-height: 50px;
    padding: 0 20px;
}

.site-sidebar .conversation .chats {
    height: calc(100% - 100px)
}

.site-sidebar-nav.nav-tabs > .nav-item > .nav-link {
    line-height: 50px;
}

.chat-content {
    margin: 0 10px 10px 10px;
}

.chat-left .chat-content {
    margin: 0 10px 10px 10px;
}

@keyframes pulse {
    0% {
        background: #eb203b;
    }
    100% {
        background: transparent;
    }
}

.bg-incoming {
    border-radius: 0 !important;
    background: linear-gradient(90deg, #eb203b, darkred, #eb203b);
    background-size: 400% 400%;
    color: #fff;
    animation: Gradient 2s ease infinite;
}

.bg-incoming h5, .bg-incoming p {
    color: #fff;
}


@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.text-muted a {
    text-decoration: none !important;
}

.icon-circle-mod .icon-circle:after {
    background: inherit !important;
}

.video-post .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-post .controls:hover .play-hover {
    opacity: 1;
}

.video-post .controls .play-hover  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-color: rgba(0,0,0,.7);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    cursor: pointer;
    opacity: 0;
    transition: color 250ms ease-out, opacity 250ms ease-out;
}
.video-post .controls .play-hover:hover  {
    color: #EEEEEE;
}

.video-post .controls .sound-toggle  {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    background-color: rgba(0,0,0,.7);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    transition: color 250ms ease-out;
}
.video-post .controls .sound-toggle:hover  {
    color: #EEEEEE;
}

.fa-twitter:before
{
    content: '𝕏' !important;
}
