.products-modal-column-title {
    background-color: rgb(248, 248, 252) !important;
}

.pagination-next, .pagination-back {
    padding-bottom: 7px !important;
}

.pagination li.active a{
    z-index: 1;
    color: #fff;
    background-color: #2c7be5;
    border-color: #2c7be5;
}

.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #12263f;
    background-color: #fff;
    border: 1px solid #e3ebf6;
}

#modal-right-content {
    min-height: 500px;
}
#products-rows {
    min-height: 500px;
}

.search-component {
    border-radius: 0 !important;
}

.left-panel {
    background-color: rgb(248, 248, 252);
    border-bottom-left-radius: .5rem;
}

.modal-footer {
    border-radius: 0;
}

.width-90-percent {
    width: 90% !important;
}

.width-95-percent {
    width: 95% !important;
}

.width-5-percent {
    width: 5% !important;
}

.width-120-px {
    width: 120px !important;
}

.asset-usage-preview {
    max-width: 48px;
    max-height: 48px;
}

.modal-header-thumbnail {
    max-width: 75px;
    max-height: 75px;
}

.replacement-warning {
    background-color: rgb(253, 249, 234);
}

@media only screen and (max-width: 743px) {
    .modal-content {
        border-radius: 0;
    }
    #modal-right-content {
        min-height: 100vh !important;
    }
}

.image-asset-card-div {
    height: 265px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
