.hover-animate {
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
}

.hover-animate:hover {
    transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-tranform: translate3d(10px, 0, 0);
}

.gradient-dark {
    background: linear-gradient(180deg, #000000 0%, #004E92 100%);
}

.author-image {
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
    height: calc(10rem + .4vw) !important;
    width: calc(10rem + .4vw) !important;
}

#most-recent .card {
    border-bottom: 1px solid #dee2e6 !important;
}

#most-recent .card:last-child {
    border-bottom: none !important;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill='none'%20stroke='%23343a40'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='m2%205%206%206%206-6'/%3e%3c/svg%3e");
}