
.tender-card:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.image-tender {
    width: 20rem;
    height: 20rem;
    object-fit: contain;
    object-position: center;
    border-radius: 5%;
}

.card {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    background-color: #fff;
}
.card-header {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f9;
    font-weight: bold;
    font-size: 16px;
}
.card-body {
    padding: 30px;
}

label.required::after {
    content: " *";
    color: red;
}
  
.tender-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-left: 5px solid #3498db;
    padding:10px;
    width: 250px;
    height: 130px;
    text-decoration: none;
    color: inherit;
}

.tender-card:hover {
    color: inherit; 
    text-decoration: none;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
  

.portal-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding:5px;
    width: 100%;
    height: 80px;
    text-decoration: none;
    color: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
}

.portal-card:hover {
    color: inherit; 
    text-decoration: none;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
  
  