/* This file is reserved for overriding and extending the template styles. */

.preview-modal  .modal-content {
    background-color: #e9ebee !important;
}
.list-item-heading{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.list-item-heading > span{
    white-space: nowrap;
}

@media (min-width: 1025px) {
    .list-item-heading.content-cells{
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .list-item-heading{
        flex-direction: column;
    }
    .list-item-heading .btn{
        width: 100%;
    }

    .list-item-heading .w-25{
        width: 50%!important;
    }

}