﻿@charset "UTF-8";
/*!
 * Patient Catalyst v1.0.0 (some API link)
 * Copyright 2023 Sandi Quinn, Shamila Sulaiman, Danielle Mullis
 * Licensed under MIT (some LICENSE link)
 */

.pt-overview {
    border: 1px solid #E1E4E7;
    background: #FFFFFF;
}

.pt-table-col {
    width: auto;
    min-width: 20px;
    max-width: 50px;
}

.pt-subheading {
    width: 2.8125rem;
    height: 1.875rem;
    color: #686D72;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.ute-normal {
    min-width: 2.8125rem;
    min-height: 1.875rem;
    width: 2.8125rem;
    height: 1.875rem;
    max-width: 2.8125rem;
    max-height: 1.875rem;
    padding: 10px;
    background-color: #0C4936;
    color: #FFF;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ute-under-1 {
    min-width: 2.8125rem;
    min-height: 1.875rem;
    width: 2.8125rem;
    height: 1.875rem;
    max-width: 2.8125rem;
    max-height: 1.875rem;
    padding: 10px;
    background-color: #F2C947;
    color: #000;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ute-under-2 {
    min-width: 2.8125rem;
    min-height: 1.875rem;
    width: 2.8125rem;
    height: 1.875rem;
    max-width: 2.8125rem;
    max-height: 1.875rem;
    padding: 10px;
    background-color: #AE3636;
    color: #FFF;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ute-over {
    min-width: 2.8125rem;
    min-height: 1.875rem;
    width: 2.8125rem;
    height: 1.875rem;
    max-width: 2.8125rem;
    max-height: 1.875rem;
    padding: 10px;
    background: #6D51FF;
    color: #FFF;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ute-incorrect {
    min-width: 2.8125rem;
    min-height: 1.875rem;
    width: 2.8125rem;
    height: 1.875rem;
    max-width: 2.8125rem;
    max-height: 1.875rem;
    padding: 10px;
    background: #000000;
    color: #FFF;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pt-dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.pt-badge {
    display: flex;
    max-width: 25px;
    padding: 0.0625rem 0.5rem;
    justify-content: center;
    top: 26px;
    align-items: flex-start;
    gap: 0.625rem;
    border-radius: 0.5625rem;
    background: var(--link-default, #217081);
}

.text-pt-warning {
    color: #CA6510;
}

.pt-text-primary {
    color: var(--text-primary, #3E4144);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pt-text-secondary {
    color: var(--grey-grey-900, #3E4144);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pt-link {
    color: var(--cyan-cyan-700, #217081);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.pt-text-align-end {
    text-align: end;
}

.pt-session-detail-overview,
.pt-session-detail-utilisation {
    background-color: white;
    border: 1px solid #E1E4E7;
    margin: 10px;
    padding: 10px 10px 10px 10px;
}

.pt-btn-link {
    display: inline-flex;
    padding: 0.5rem 0.625rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.125rem;
    color: var(--cyan-cyan-700, #217081);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.pt-booked-session {
    display: flex;
    width: 3.5rem;
    float: left;
    padding: 0.375rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.125rem;
    flex-shrink: 0;
    background-color: #AFECDA;
}

.pt-booked-predicted {
    display: flex;
    width: 4.375rem;
    padding: 0.375rem 0rem;
    justify-content: center;
    align-items: center;
    gap: 0.125rem;
    flex-shrink: 0;
    background-color: #DCF7EF;
}

.pt-opportunity-count {
    display: flex;
    float: left;
    width: 3.5rem;
    padding: 0.375rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    background-color: #CED3D8;
}

.pt-opportunity-predicted {
    display: flex;
    width: 4.375rem;
    padding: 0.375rem 0rem;
    justify-content: center;
    align-items: center;
    gap: 0.125rem;
    flex-shrink: 0;
    background-color: #E1E4E7;
}

.pt-accordion-button:after {
    order: -1;
    margin-left: 0;
    margin-right: 1.5rem;
}

#case-booked-accordion,
#case-opportunities-accordion {
    background-color: #ffffff !important;
}