.card-shadow {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.08)!important;
}
.card-shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.rounded-lg {
    border-radius: 0.5rem!important;
}
.rounded-lg-top {
    border-top-left-radius: 0.5rem!important;
    border-top-right-radius: 0.5rem!important;
}
.rounded-lg-bottom {
    border-bottom-left-radius: 0.5rem!important;
    border-bottom-right-radius: 0.5rem!important;
}
.text-truncate-2 {
    -webkit-line-clamp: 2;
}
.text-truncate-1, .text-truncate-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-sb-blue {
    color: #1abfeb!important;
}
.text-sb-red {
    color: #dc3545!important;
}
h4 {
    font-family: ProximaNova,sans-serif!important;
    font-weight: 700;
    letter-spacing: .15rem!important;
}
