body {
    background-color: #fafafa;
    color: #252422;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.05px;
}


.navbar {
    background-color: #44494a;
    height: 80px;
}

.page-body { 
    height: calc(100vh - 80px);
}

.card-img-hero {
    height: 200px;
    width: auto;
    object-fit: cover;
}

.chevron {
    rotate: -90deg;
}

.form-control-reg {
    width: calc(100% - 25px)
}

.clean-link {
    color: inherit;
}

.clean-link:hover {
    color: inherit;
}


.tool-tip {
    color: #242422;
}

.tooltip-inner{
    background-color: #fafafa;
    color: #444942;
    border: solid 1px #44494a;
    border-radius: 4px;
}

.nav-btn {
    height: 25px;
    width: 25px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.55);
    border: none;
}

.navbar-toggler-icon {
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-title {
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
    font-weight: 350;
    text-align: center;
    color: #fafafa;
}

.nav-item {
    list-style: none;
    display: inline;
    margin-left: 1rem;
}

.nav-img {
    max-height: 100%;
    width: auto;
    padding: 0;
}

.nav-img-lg {
    height: 100px;
    width: auto;
    padding: 0;
    margin-top: -33px;
}

.form-link {
    color: #252422; 
    text-decoration: underline;
    font-size: 0.6rem;
}

.cookie-link {
    color: #252422; 
    text-decoration: underline;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-brand {
    height: 50px;

}

.offcanvas.offcanvas-bottom {
    height: 15vh;
    min-height: 150px;
}

.offcanvas-title{
    font-size: 0.9rem;
}

.offcanvas-body{
    font-size: 0.7rem;
}

#cookieBtn{
    font-size: 0.7rem;
    height: 30px;
}

.required-mark {
    color: red;
}

.footer{
    height: 40px; 
}

.alert {
    font-size: 0.8rem;
    height: 30px;
    width: 400px;
}

.footer-notes {
    color: #fafafa;
    text-decoration: none;
    font-size: 0.6rem;
    margin: 0;
    padding: 0;
}

.form-label {
    font-size: 0.6rem;
    display: flex;
    justify-content: end;
}

.form-control {
    font-weight: 500;
}

.form-label-start {
    font-size: 0.6rem;
    display: flex;
    justify-content: start;
}

.info-message {
    font-size: 0.8rem;
}

.form-label:hover {
    color: rgb(145, 144, 144);
    text-shadow: horizontal-shadow vertical-shadow blur black;
}

.btn-option {
    background: #5E997D;
    color: #fafafa;
    font-size: 0.8rem;
}

.card {
    background: #fafafa;
    border: none;
}

.card-title {
    font-size: 1.0rem;
    color: #44494a;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.05px;
}

.account-tag {
    font-size: 0.6rem;
}

.account-details {
    font-size: 0.8rem;
    font-weight: 600;
    color: #44494a;
}

.btn-account {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}


.info-message { 
    font-size: 0.6rem;
}

.form-control {
    font-size: 0.6rem;
}

.feedback {    
    font-size: 0.6rem;
    color: red;
}

.card-logo {
    height: 70px;
    object-fit: contain;
    margin-top: -35px;
}

.card-text {
    font-size: 0.8rem;
}

.card-disabled {
    background-color: rgba(245, 245, 245, 0);
    opacity: 1.0;
}

.card-img-overlay h4 {
    font-size: 1.1rem;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.beta {
    font-size: 0.7rem;
}

.subtitle{
    font-size: 0.8rem;
} 

.link {
    color: #fafafa;
    text-decoration: none;
    font-size: 0.6rem;
    background-image:
        linear-gradient(transparent 0%,
            transparent 90%,
            white 90%,
            white 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position-x: right;
    transition: background-size 300ms;
}

.link:hover {
    color: #fafafa;
    text-decoration: none;
    background-size: 100% 85%;
    background-position-x: left;
}
