.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}


.dt-no-after::after {
    content: none!important;
}

.portlet-no-title .portlet-title{
    display: none;
}

.center-text {
    text-align: center;
}


.dt-content-stats {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
}


.dt-metrics-resume {
    width: 100%;
    display: table;
    border: dashed gray 1px;
}



.ui-select-xs .ui-select-toggle, .ui-select-xs .ui-select-search {
    height: 21px;
}
.ui-select-xs .ui-select-toggle.btn:not(.btn-sm):not(.btn-lg), .ui-select-xs .ui-select-search {
    line-height: 1;
    padding: 3px 12px;
}

/*.selected {
    background-color: #9fd1ed;
}*/
.sent{
    color:#2bba2b !important;
}
.scheduled{
    color:#ffdb00 !important;
}
.error {
    color:red !important;
}


/*
    CSS FOR Posts comparison in monitoring
*/

.dt-posts-comparison ul {
    list-style-type: none;
}

.dt-posts-comparison li {
    display: inline-block;
}


.dt-posts-comparison .carousel-control {
    width: 3%;
}

/* Post comparison Carousel */
.dt-slides-info {
    text-align: center;
}

.dt-all-slides-controls {
    background-image: linear-gradient(to right, rgba(0,0,0,.0001), rgba(0,0,0,.2), rgba(0,0,0,.0001));
}

.dt-all-slides-controls span{
    color: white;
    font-size: xx-large;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}
/*
    END CSS FOR Posts comparison in monitoring
*/


/*
    USED IN BREADCRUMB CAMPAIGNS FOR STARRED PRESET TABS
*/
li.custom-breadcrumb-tab:not(.active) {
    background-color: rgba(237, 169, 34, 1);
}

li.custom-breadcrumb-tab > a {
    background-color: rgba(237, 169, 34, 1);
}

li.custom-breadcrumb-tab > a:hover {
    background-color: rgba(237, 169, 34, 1);
    color: white;
}

li.custom-breadcrumb-tab.active > a {
    color: rgba(237, 169, 34, 1);
}
/********************************************************/

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.input-file-button{
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 16px;
    cursor: pointer;
}

.tag-container{
    border: 1px solid #32c5d2;
    margin-bottom: 10px;
    padding: 0;
}

.no-border{
    border: 0!important;
}


/*
moderation monitoring
 */


.btn-moderation{
    width: 30px;
    height: 30px;
    margin-right: 7px;
    padding-left: 5px;
    font-size: 16px;
    padding-top: 1px;

}
.grouped{
    width: 95%;
    float: right;
}
.height-365{
    height: 365px;
}
.height-80{
    height: 80px;
}
.height-365 > div{
    overflow-y: auto;
}
.btn-moderation:first-child{
    margin-top: 7px;
}
.outline-green {
    outline-color: #32c5d2 !important;
    background-color: #88f7d9;
}

.outline-red {
    outline-color: #e7505a !important;
    background-color: #ffb6b8;
}



.mt-widget-2 .mt-body .mt-body-stats>li{
    margin: 10px;
    list-style: none;
    display: inline-block;
}

.fa.fa-tiktok {
    background: url(../assets/global/img/socialIcons/tik-tok.svg) no-repeat center center;
    width: 12px;
    height: 13px;
    background-size: contain;
}

.disabled{
    opacity: 0.1 !important
}
