
:root {
    /* Slightly darker primary blue than Bootstrap default */
    --bs-primary: #375184;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-active-bg: #6279AF;
    /* leave other colors at Bootstrap defaults */
}


.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/*.btn-secondary {*/
/*    background-color: var(--bs-secondary);*/
/*    border-color: var(--bs-secondary);*/
/*}*/

body {
    /*background-color: lightsteelblue !important;*/
    --bs-secondary-rgb: transparent;
}

body, html {
    height: 100%;
    margin: 0;
}

.container-height {
    min-height: 100%; /* or 100vh */
    display: flex;
    flex-direction: column;
}
main {
    flex: 1;
}

.hero-section {
    background-color: #f8f9fa;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
}
.value-section {
    background-color: #e9ecef;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer {
    background-color: #36454F; /* Charcoal Gray */
    color: white;
    text-align: center;
}
footer a {
    color: var(--bs-primary); /* Sky Blue for links */
    text-decoration: none;
}

footer a:hover {
    opacity: 80%;
    text-decoration: underline;
}

header {
    background-color: #003366 !important;
    color: #FFFFFF;
}

#main-header-navbar {
    padding: 0.2em;
    color: #ecf0f1;
    height: 70px;
}

#main-header-navbar a:not(.dropdown-item) {
    color: #fff;
}
#main-header-navbar a:not(.dropdown-item):hover {
    color: #87CEEB;
}


#navbarSupportedContent > ul > li {
    margin-right: 1.5rem;
}

#navbarSupportedContentRight > li {
    margin-right: 1.5rem;
}


.main-body-content {
    padding: 2em;
}
.main-body-content .fa {
    color: #5f43b2;
}

#header_logo {
    max-height: 60px;
    margin: 0 1em 0 1em;
    filter: invert(1);
    -webkit-filter: invert(1);
}

#app_link {
    border: 1px white solid;
    border-radius: 8px;
}

#app_link:hover {
    border: 1px #87CEEB solid;
    border-radius: 8px;
}

#pricing .card-title {
    margin-bottom: 0;
}

#pricing .card-body li {
    margin-bottom: 0.75em;
}

#pricing .price-units {
}

#plans_comparison_table tbody tr:nth-child(1) {
    border-bottom: 1px black solid;
}

#plans_comparison_table tbody:nth-child(n + 3) tr:nth-child(1) {
td, th {
    padding-top: 3em;
}
}

/*#plans_comparison_table tbody:nth-child(1) tr:nth-child(1) {*/
/*    td, th {*/
/*        padding-top: 1em !important;*/
/*    }*/
/*}*/
#plans_comparison_table tbody tr:nth-child(n + 2) {
th {
    padding-left: 1em;
    font-weight: normal;
}
}

.forgotten-password {
    text-align: center;
    display: block;
}

.forgotten-password a {
    color: var(--link-color);
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: white;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 16px;
    height: 44px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;

}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

/*.apple-signin-button {*/
/*    width: 210px;*/
/*    height: 40px;*/
/*}*/

.modal-signin .modal-header {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
}

.modal-signin .modal-body {
    padding-left: 2rem;
    padding-right: 2rem;
}

.grecaptcha-badge { visibility: hidden; }

#contact_us p, #features p {
    text-align: justify;
}


#features .carousel { overflow: hidden; padding-bottom: 4rem; }
#features .carousel-caption { top: 100%; }
#features .carousel-caption p {text-align: center; font-weight: lighter;}
#features .carousel-inner { overflow: visible; }
#features .carousel-control-next, .carousel-control-prev, .carousel-indicators { bottom: 4rem; }

.sign-in-with-apple .sign-in-with-apple-button {
    display: inline-flex;
    align-items: center;
    background-color: #fff; /* black */
    color: #000;
    padding: 0 12px;
    height: 44px;
    border-radius: 22px;
    font-family: -apple-system, system-ui, sans-serif;
    text-decoration: none;
    border: 1px solid black;
}

.sign-in-with-apple .sign-in-with-apple-button:hover {
    background-color: #eee;
}

.sign-in-with-apple .apple-logo {
    font-size: 18px;
    margin-right: 4px;
    display: flex;
    align-items: center;
}

.sign-in-with-apple .button-text {
    font-size: 16px;
}
