@font-face {
    font-family: PoppinsRegular;
    src: url(./Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: PoppinsMedium;
    src: url(./Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: IBMplexRegular;
    src: url(./IBM_Plex_Mono/IBMPlexMono-Regular.ttf);
}

@font-face {
    font-family: IBMplexMedium;
    src: url(./IBM_Plex_Mono/IBMPlexMono-Medium.ttf);
}

@font-face {
    font-family: GeistRegular;
    src: url(./Geist/static/Geist-Regular.ttf);
}

@font-face {
    font-family: GeistMedium;
    src: url(./Geist/static/Geist-Medium.ttf);
}

@font-face {
    font-family: GeistBold;
    src: url(./Geist/static/Geist-Bold.ttf);
}

:root {
    --bootstrap-blue: #0d6efd;
    --buddy-blue:#3777bc;
}

body {
    font-family: GeistRegular
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: left;
    z-index: 1000;
}

header h3, h6 {
    margin-bottom: 0rem;
}

.profile-icon {
    padding: 20px;
}

#nav-bar {
    font-family: GeistBold;
    padding: 5px;
    border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

#site-logo {
    padding: 20px;
}

#selected-tab a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 5px;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    background-color: var(--buddy-blue);
}

#unselected-tab a {
    color: black;
    text-decoration: none;
}

#unselected-tab a:hover {
    color: var(--buddy-blue);
    text-decoration: none;
}

#selected-icon {
    color: var(--buddy-blue);
    text-decoration: none;
}

#unselected-icon {
    color: black;
    text-decoration: none;
}

a:hover #unselected-icon {
    color: var(--buddy-blue);
    text-decoration: none;
}

.page-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: GeistBold;
}

.page-title-modal {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: GeistMedium;
}

.page-title-home {
    padding-top: 20px;
    font-family: GeistBold;
}

main {
    padding-top: 110px;
    padding-right:30px;
    padding-left: 30px;
    padding-bottom: 50px;
}

.info-row-card {
    margin: 12px;
    margin-top: 0px;
    padding: 0px;
    /*background-color: var(--bs-border-color);*/
}

.card-title {
    margin: 0px;
    font-family: GeistBold;
}

.title-row {
    display: flex;
    justify-content: space-between;
    align-items: center; /* optional, centers vertically */
}

.card-text {
    font-family: GeistMedium;
}

.table-link {
    color: black;
}

.table-badge {
    margin-bottom:0px;
}

.ac4-history-title {
    text-align: start;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--buddy-blue);
    color: white;
    text-align: center;
}

#footer-text {
    font-family: GeistRegular;
    padding: 5px;
}

footer a {
    color: white;
}

.bi {
    font-size: 0.9em;
}

td {
    vertical-align: middle;
}

.checkInFormField {
  position:absolute;
  right:10px;
  top:22px;
}