﻿.e-card .e-card-image {
    background-size: cover !important;
    min-height: 198.5px !important;
    position: relative !important;
    width: 100% !important;
}

.card-layout .e-card {
    height: 377px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.e-card .e-card-image {
    height: 180px !important;
    width: 100% !important;
    object-fit: cover;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.e-card .e-card-header,
.e-card .e-card-content {
    text-align: center;
}

.e-card .e-card-footer {
    margin-top: auto;
}

.card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    min-height: 3.6em;
    max-height: 3.6em;
    margin-bottom: 0.5rem;
}

.e-grid .e-gridheader .e-columnheader {
    display: none;
}

.item-per-page {
    position: absolute;
    inset: 0 -1% auto auto;
    margin: 0;
    transform: translate3d(-128.5px, 189px, 0);
    display: none;
}

.item-per-page.show {
    display: block;
}

.no-hover:hover {
    background-color: transparent !important;
}

.icon-hover:hover {
    color: #007bff !important;
    cursor: pointer;
}

.custom-navlink {
    background-color: #1887BF !important;
    color: white !important;
    text-align: center !important;
    border-radius: 5px !important;
    transition: background-color 0.3s, color 0.3s;
}

.custom-navlink:hover {
    background-color: #298bf3 !important;
    color: #fff !important;
}

.button-h {
    height: 13px;
}

.link-color {
    color: #0D58A6;
}

.container-fluid h3 {
    font-size: 24px;
    font-weight: 400 !important;
    color: #313130;
}

.e-card-content p {
    margin-bottom: 5px !important;
}

.link-color {
    font-size: 13px;
    display: inline-block;
    margin-top: 2px;
}

.e-card .e-card-footer {
    padding: 12px !important;
}

.custom-navlink {
    font-size: 13px;
    padding: 6px !important;
}

.thumbnail-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.technology-summary p {
    margin-bottom: 4px !important;
}

.technology-summary {
    color: inherit;
}
