html {
    /* for footer */
    position: relative;
    min-height: 100%;
}

body {
    /*
    background-color: #d2e3f2;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.6' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
        */
    margin-bottom: 60px; /* for footer */
}


footer {
    background-color: white;
    position: fixed; /* was absolute ?! */
    bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    padding-left: 24px;
}

img.footerLink {
    width: 28px;
    margin-left: 9px;
}

/* Rounded box used for login and register. */

.rounded-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 15px 17px 0.15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 17px 0.15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 17px 0.15px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding-right: 30px;
}

@media screen and (min-width: 768px) {
    .rounded-box {
        width: 80%;
        min-width: 512px;
        max-width: 768px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Hack for hCaptcha on mobile. Note: it looks different on localhost than on tl-int. */
iframe {
    min-width: 332px !important;
}

.rounded-box-2 {
    width: 100%;
    margin-bottom: 10px;
}

.rounded-box-3 {
    margin-left: 35px;
    padding-right: 10px;
    padding-top: 20px;
}


/* Don't understand. */
.card {
    padding: 0!important;
}


.card > .table-responsive > table {
    margin-bottom: 0;
}


/* Hacks to match TruthLite */

.navbar {
    min-height: 80px; /* Needs to be bigger to contain fluid-container on very narrow screens. */
    box-shadow: rgba(0,0,0,0.3) 0px 2px 4px;
}

.navbar-brand {
    padding-right: 60px; /* Required to make room for the img whose src is added in the CSS generated form the Firm branding. */
}

.navbar-toggler {
    margin-bottom: 12px; /* Keep it away from the bottom of the navbar on very narrow screens. */
}

#login {
    /* Something is making the padding disappear on narrow screens. */
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px; /* Keep it away from the bottom of the navbar on very narrow screens. */
    margin-top: 6px;
}

.nav-link .btn .btn-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

footer {
    height: 55px;
    padding-left: 24px;
}

/* login.css */

/*.login-container {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 15px 17px 0.15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 17px 0.15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 17px 0.15px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-right: 30px;
}

footer {
    background-color: white;
}

body {
    background-color: #d2e3f2;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.login-form-container {
    margin-left: 35px;
    min-width: 400px;
    padding-right: 10px;
    padding-top: 20px;
}

.login-image {
    overflow: hidden;
    order: 1;
    max-height: 500px;
    max-width: 350px;
}

.login-img {
    height: 100%;
    width: 100%;
}

.inner-login-content {
    width: 100%;
    margin-bottom: 10px;
}

.login-and-create-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 20px;
}

.register-p {
    order: 1;
    flex-grow: 2;
    margin: auto 0;
}

.login-button {
    order: 2;
    padding-right: 10px;
}*/

/* Media Queries */
/*@media screen and (max-height:768px) {
    .login-container {
        position: static;
        transform: initial;
    }
}

@media screen and (max-width: 1224px) {
    .login-container {
        width: calc( 100% - 30px);
        max-width: 550px;
    }
}

@media screen and (min-width: 1000px) {
    .login-container {
        max-width: 550px;
    }
}

@media screen and (max-width: 768px) {
    .inner-login-content {
        flex-direction: column;
        justify-content: center;
    }

    .inner-login-form {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding: 0 30px;
    }

    .login-image {
        display: none;
    }

    .login-form-container {
        min-width: 200px;
    }

    .login-container {
        position: static;
        transform: initial;
    }
}*/


/* identity.css */

/*
.brand-blue {
    background-color: hsl(208, 58%, 48%);
}

a.nav-link {
    color: #000000
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: white;
}

.navbar {
    height: 80px;
    box-shadow: rgba(0,0,0,0.3) 0px 2px 4px;
}

.navbar-inner-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: space-evenly;
    width: 100%;
    margin-left: 48px;
    margin-right: 10%;
}

.navbar-collapse {
    flex-grow: 0;
}

@media (max-width:767px) {
    .navbar-inner-container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
    */

/*.business-logo-img {*/

/* This breaks the nav tabs
.navbar-brand img {
    height: 48px;
    object-fit: cover;
    margin-right: 12px;
}
 */

/* Provide sufficient contrast against white background */
/*
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
    */

/* Sticky footer styles
-------------------------------------------------- */
/*
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    nav {
        height: 75px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.qrCode {
    margin: 0 auto;
    display: block;
}

.accountSettings {
    background: linear-gradient(to right, #f7941d, #ed1c24) no-repeat;
    text-align: center;
    -webkit-box-shadow: 0px 5px 10px -5px black;
    -moz-box-shadow: 0px 5px 10px -5px black;
    box-shadow: 0px 5px 10px -5px black;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    margin-right: 0px;
}

    .accountSettings > a {
        padding-top: 10px;
        color: white;
        min-width: 42px;
        min-height: 42px;
    }

.navLinkContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-grow: 1;
}

.navStyledLink {
    text-decoration: none;
    color: white;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
}

    .navStyledLink > a {
        color: white;
    }


.mobile-only {
    display: none;
}
    */

/* Media Queries
-------------------------------------------------- */
/*
    @media (max-width: 575px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: inline-block;
    }

    .navbar {
        height: 100%;
    }
}
    */

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    position: relative;
    min-height: 100%;
}

body {*/
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;*/
    /* Set the fixed height of the footer here */
    /*height: 60px;
    line-height: 60px;*/ /* Vertically center the text there */
/*}*/


.socialMediaLinks {
    display: flex;
    height: 30px;
    color: inherit !important;
    background-color: transparent;
    margin-right: 36px;
}

    .socialMediaLinks a {
        font-size: 24px;
        filter: brightness(100%);
        color: white;
        height: 24px;
        width: 36px;
    }

        .socialMediaLinks a:hover {
            filter: brightness(70%);
            transition: all 0.25s ease;
        }

/* Hack to add some space between navvar items because nav-justify doesn't work. */

nav.navbar li.nav-item {
    margin-right: 24px;
}

.form-floating {
    margin-bottom: 12px;
}
