/* Add here all your CSS customizations */
.custom-card:hover:before {
    background-color: #174587;
}
.custom-card:hover:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 3px;
    width: 100%;
}
.text-color-default {
  color: #777 !important;
}
.alagend-footer {
    background: #131313 !important;
    color: #ffffff !important;
}
