@import url('fonts.css');

html {
    font-size: 14pt;
}

body {
    color: rgb(70,70,70);
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.25;
}

#main-nav {
    background-color: #1a1a1a;
    filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.3));
    padding: 0.5em 0;
    z-index: 9999;
    color: #ffffff;
}

#main-nav a {
    color: #ffffff;
    text-decoration: none;
}

#logo-box {
}

#logo-img {
    width: 84px;
    height: 91px;
}

#logo-type {
    font-family: "Quicksand", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    color: #ffffff;
}

#oidc-cert-img {
    width: 150px;
    height: auto;
}



#footer {
    background-color: #1a1a1a;
    color: #ffffff;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #cccccc;
}

#footer-nav {
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffffff;
}

#footer-info {
    text-align: left;
    font-size: 0.9rem;
    color: black;
}

.SHARE_MY_HEALTH {
    color: rgb(75,102,234);
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-right: 1.0em;
    text-align: left;
    white-space: nowrap;
}

.MY {
    /*color: rgb(253,178,75);*/
    color: #062c33;
}

.nav-text {
    font-weight: bold;
    font-size: 1.0rem;
    vertical-align: middle;
}

#main-nav .nav-link,
#main-nav .dropdown-toggle {
    color: #ffffff !important;
}

.breadcrumb {
    background-color: rgba(255,255,255,0);
    border: 0;
    padding-left: 0;
}

.breadcrumb .active a:link, .breadcrumb .active a:visited, .breadcrumb .active a:hover, .breadcrumb .active a:active {
    color: inherit;
    text-decoration: none;
}

.breadcrumb li {
    margin-right: 0.25em;
}

.breadcrumb li:first-child::before {
    content: none;
}

.breadcrumb li::before {
    content: " / ";
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: darkolivegreen;
    border-color: rgb(75,102,234);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.5em 1.5em;
}

.close {
    cursor: pointer;
}

.dropdown-menu {
    background-color: rgb(239,243,245);
    border: 1px solid rgb(70,70,70);
    border-radius: 0;
    padding: 0.5em;
}

.dropdown-menu li {
    z-index: 0;
    font-size: 0.9em;
    margin-top: 0.5em;
}

.form-control {
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1.25;
}

select {
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 0.25em 1.0em; 
    width: 100%;   
}

a:link, a:visited, a:hover, a:active {
    color: black;
}

a.btn:link, a.btn:visited, a.btn:hover, a.btn:active {
    color: black;
}

h1.page-title {    
    font-size: 1.5rem;
    text-align: left;
    white-space: nowrap;
}

h2 {
    font-weight: bold;
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

.org-logo__block {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.org-logo__img {
    object-fit: contain; 
    height: 100%;
}

.help-block-invalid {
	 color: red;
}

.top-buffer { margin-top:10px; }

/* input#id_agree_tos {
    display: none;
} */

span.help-block {
    color: red;
}

/* Demo: Payer Cards */
.payer-card {
    border: 2px solid #dee2e6;
    transition: all 0.2s ease;
    cursor: pointer;
}

.payer-card:hover {
    border-color: lightseagreen;
    box-shadow: 0 4px 12px rgba(32, 178, 170, 0.3);
    transform: translateY(-2px);
}

.payer-card.payer-selected {
    border-color: lightseagreen;
    background-color: rgba(32, 178, 170, 0.08);
    box-shadow: 0 4px 12px rgba(32, 178, 170, 0.4);
}

.payer-card.payer-pending {
    opacity: 0.5;
    cursor: not-allowed;
}

.payer-card-sm .card-title {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.payer-card-sm .payer-icon {
    margin-bottom: 0.25rem;
}

.payer-icon {
    color: lightseagreen;
}

/* Demo: Enrollment & Consent */
.consent-card {
    border-width: 2px;
}

.consent-list {
    list-style: none;
    padding-left: 0;
}

.consent-list li {
    padding: 0.4em 0;
    font-size: 0.95rem;
}

.consent-btn-disabled {
    background-color: #adb5bd;
    border-color: #adb5bd;
    color: white;
    pointer-events: none;
    font-size: 1.4rem;
    padding: 0.6em 1.5em;
}

.consent-btn-active {
    font-size: 1.4rem;
    padding: 0.6em 1.5em;
    animation: pulse-green 1.5s infinite;
}

@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5); }
    70% { box-shadow: 0 0 0 12px rgba(40, 167, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

/* Demo: Stat Cards */
.stat-card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Demo: Table */
.table thead.thead-dark th {
    background-color: #2f4f4f;
    border-color: #2f4f4f;
}

/* Demo: Accordion headers */
#accordion .card-header {
    background-color: #f8f9fa;
    transition: background-color 0.2s;
}

#accordion .card-header:hover {
    background-color: #e9ecef;
}

/* Demo: Progress bars */
.progress {
    height: 20px;
    border-radius: 10px;
}

.progress-bar {
    border-radius: 10px;
    font-size: 0.75rem;
    line-height: 20px;
}

/* Demo: Badge pills */
.badge-pill {
    font-size: 0.85rem;
}