.default-background-color {
    background: rgb(36, 62, 144);
}

/* Login landing page */
.login-window {
    max-width: 400px !important;
    max-height: 600px !important;
    margin: auto !important;
}

/* header container */
#header_container {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #4393B9;
    border-color: #4393B9;
    color: white;
}

.header_nav_bar_option {
    line-height: 50px;
    text-align: center;
}

.header_nav_drop_down {
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 4px !important;
    background: white !important;
}

.header_nav_button {
    min-width: 100px;
    height: 100%;
    margin-right: 5px;
    font-size: 16px;
    justify-content: center;
    cursor: pointer;
    color: white;
    background-color: #4393B9;
    border-color: #e7e7e7;
    border: none;
}

.header_nav_button {
    min-width: 100px;
}

.active {
    background: #4393B9 !important;
    color: white !important;
    /* pointer-events: none; */
}

.nav-link {
    border-radius: 0.2rem !important;
    user-select: none;
}

.nav-item {
    /* margin-top: 5px; */
}

/* Bootstrap Override */
.arrow-btn {
    min-width: 35px;
}

.btn .badge {
    margin-top: 4px;
}
/* helper container */

/* webpage container */

/*Submit/Close buttons within forms*/
.generic-form-submit-button {
    width: 200px !important;
    height: 50px;
    border-radius: 5px;
    font-size: 1rem !important;
}

.generic-submit-btn {
    width: 100%;
    max-width: 200px;
    height: 50px;
    font-size: 1rem;
    border: none;
    background: #4393B9 !important;
    color: white !important;
}

.generic-close-btn {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    border: none;
    background: #ccc !important;
    color: black !important;
}

.generic-tab-btn:hover {
    background: white !important;
    border: 1px solid black !important;
    color: black !important;
}

.generic-tab-btn {
    min-width: 150px;
    margin: 1% 1% 0px 0px;
    cursor: pointer !important;
    background-color: #e4e4e4 !important;
    font-size: 16px !important;
    white-space: normal;
}

.graph-day-button {
    max-width: 150px;
}

.selected-tab-option {
    background: #4393B9 !important;
    color: white !important;
}

.small-textarea {
    min-height: 120px !important;
}

.standard-textarea {
    min-height: 240px !important;
}
.txt-input-override {
    line-height: inherit !important;
    height: inherit !important;
    padding: 4px !important;
    color: black !important;
    font-size: 1rem !important;
}

.unselected-tab-option {
    background: white !important;
    color: black;
}


/* "Auto Complete" feature" */
.auto-complete-drop-down {
    line-height: 30px;
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    font-size: 1rem;
    padding: 5px;
    width: 100%;
    overflow: auto;
    list-style-type: none;
}

.auto-complete-drop-down-item:hover {
    background: #e4e4e4;
    cursor: pointer;
}

.cursor:hover {
    cursor: pointer;
}

.moveable-window:hover {
    cursor: move;
}

/* Banner Component */
@media screen and (max-width: 950px) {
    #billingTimeNavLabel {
        display: none;
    }
}

/* Medication Report */
.selected-medication-btn {
    background-color: rgb(36, 62, 144) !important;
    color: white !important;
}

/* Team page */
.family-image-btn:hover {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}

.family-image-btn {
    min-width: 150px;
    margin-right: 10px;
    background: #4393B9 !important;
    color: white !important;
}

/* Patient Profile */
.patient-profile-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 1rem;
    border: 1px solid #dee2e6!important;
}

.patient-profile-label {
    font-weight: 500;
}

.patient-profile-recommendation-box {
    background-color: #fff3cd;
    border-left: 5px solid #ffecb5;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 0.5rem;
}

.patient-profile-team-button {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
}

.patient-profile-primary-btn-outline {
    background: #e4e4e4 !important;
    border-color: #f8f9fa !important;
}
.patient-profile-primary-btn-outline:hover {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}