.trash-icon {
    color: #fc4b6c;
}
.trash-icon:hover {
    color: #fc2539;
}
.edit-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 5px;
}


.grid-stack-item-content .trash-icon {
    color: #464646;
}
.grid-stack-item-content .trash-icon:hover {
    color: rgba(17, 59, 87, 0.56);
}

.grid-stack-item-content .trash-icon, .grid-stack-item-content .edit-block {
    color: #464646;
}
.grid-stack-item-content .trash-icon:hover, .grid-stack-item-content .edit-block:hover {
    color: rgba(17, 59, 87, 0.56);
}

.grid-stack-item-content {
    padding: 1rem;
}
.grid-stack-item-content p, .grid-stack-item-content span{
    line-height: 1;
    font-size: 1rem;
}

.container-iframe {
    margin: 0 auto;
    position: relative;
    width: 50%;
    overflow: hidden;
  /*  padding-top: 30.25%;*/
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.message {
    font-weight: 600;
}
.wigdet-icon i {
    display: none;
}

.trash-icon i, .subtitle-element i{
    display: inline-block;
}

/*PREVIEW POSTS*/

.tab-pane h2 {
    text-align:center;
}

.tab-pane iframe {
    max-width: 100%;
}
.img-post-preview {
    /*max-width: 400px;*/
}
.warning-overflow {
    border: 1px solid red;
}
.alert-email {
    color:#ca9e35;
}
#main-grid {
    min-height: 150px;
}
