/* Custom styles for Teleracer Portal */

/* Sticky footer styles */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
}

.footer-lines small {
    display: block;
    margin: 0;
    line-height: 1.2;
}

.footer-lines small + small {
    margin-top: 4px;
}

/* Custom styles */
.navbar-brand {
    font-weight: bold;
}

.card {
    margin-bottom: 20px;
}

.card-header h3, .card-header h4, .card-header h5 {
    margin-bottom: 0;
}
