.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    /*  padding-right: 16px;
  padding-left: 16px; */
}

section {
    background: #fff;
    padding: 100px 0;
}

.tab__list {
    display: flex;
    margin-bottom: 24px;
}

.tab__item {
    overflow: hidden;
    cursor: pointer;
    padding: 12px 8px;
    margin-right: 24px;
    text-shadow: 0 0 0.5px currentColor;
    letter-spacing: 1px;
    transition: 0.2s;
    font-size: 18px;
    position: relative;
    color: #777;
}

.tab__item:before {
    content: "";
    position: absolute;
    top: 95%;
    left: 0;
    height: 2px;
    width: 100%;
    background: #19d9b4;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
}

.tab__item.is--active {
    color: #444;
    position: relative;
}

.tab__item.is--active:before {
    visibility: visible;
    opacity: 1;
}

.tab__content {
    padding: 32px;
    background: #f7f7f9;
    border-radius: 0 10px 10px;
}

.tab__content-item {
    display: none;
}

.tab__content-item.is--active {
    display: block;
}

.tab__content-title {
    padding: 24px 24px 24px 0;
}

.tab .tab .tab__item {
    font-size: 16px;
}

.tab .tab .tab__content {
    padding: 0;
}

.plus-button {
    background-color: #4caf50;
    color: #eee;
    border: 2px solid #4caf50;
    border-radius: 50%;
}


/* Intake updated modal styles*/

.modal-toolbar {
    display: flex;
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #f1f9ff;
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.modal-patient-hd {
    display: flex;
    margin-bottom: 1rem;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 5px #00000017;
}

#orderfullmodal label {
    /*padding-bottom: 0.5rem;
     font-size: 1rem; */
    font-weight: 500;
}

#orderfullmodal .modal-patient-hd .patient-img {
    width: 40%;
    margin-right: 1rem;
}

#orderfullmodal .modal-patient-hd .patient-img img {
    width: 100%;
}

#orderfullmodal .modal-patient-hd .patient-details {
    width: 60%;
    margin-right: 1rem;
}

#orderfullmodal .modal-patient-hd .patient-name {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    color: #000;
    border-bottom: dotted 1px #1d3ca4;
}

#orderfullmodal .modal-patient-hd .patient-id {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    color: #fff;
}

#orderfullmodal .modal-patient-hd .patient-type-of-visit {
    width: 20%;
    margin-right: 2rem;
}

#orderfullmodal .modal-patient-hd .patient-type-of-visit .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#orderfullmodal .modal-patient-hd .row .column1,
#orderfullmodal .modal-patient-hd .row .column2 {
    width: 48%;
}

#orderfullmodal .modal-patient-hd .row .column2 {
    text-align: right;
    align-self: flex-end;
}

#orderfullmodal .modal-patient-hd .level-of-visit {
    width: 35%;
    margin-right: 1rem;
}


/* .modal-tabs .nav-tabs .nav-link.active {
    color: #000 !important;
}

 */


/* #orderfullmodal .nav-link {
    padding-bottom: 0.5rem !important;
    margin-right: 0.5rem;
    color: #888;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    border-top: 4px solid #ddd !important;
    background: #fafafa;
}

#orderfullmodal .nav-link.active {
    color: #006097 !important;
    border-top: 4px solid #0073b7 !important;
    border-bottom: 0 !important;
    background: #fff;
    position: relative;
    top: 1px;
} */


/***************
  SUB TABS
******************/

#orderfullmodal .tab-content .nav-tabs {
    border-bottom: 0;
}

#orderfullmodal .tab-content .nav-tabs .nav-item .nav-link {
    border: 0 !important;
    border-bottom: 4px solid #ddd !important;
    background-color: #fff;
    padding-bottom: 0;
}

#orderfullmodal .tab-content .nav-tabs .nav-item .nav-link.active {
    border: 0 !important;
    color: #0073b7 !important;
    border-bottom: 4px solid #0073b7 !important;
}

#orderfullmodal .modal-patient-tabs {
    padding: 0.5rem;
}

.modal-universal-search {
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: row;
    background: #fbfbfb;
    /*  border: 1px solid #ddd; */
}

.universal-btn {
    position: relative;
    top: -5px;
    margin-right: 3rem;
    align-self: end;
}

.universal-search {
    margin-right: 1rem;
}

.diagnosis-search {
    margin-right: 1rem;
}

#orderfullmodal .modal-content {
    /* padding-bottom: 2rem; */
}

#modal-content-panel {
    display: flex;
    gap: 2%;
    margin-top: 0.5rem;
}

.modal-content-panel-hd {
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    background: #f1f9ff;
}

#modal-content-panel .column1 {
    width: 50%;
}

#modal-content-panel .column2 {
    width: 50%;
}

.primary {
    color: #1d3ca4;
    border: 2px solid #1d3ca4;
    background-color: #fff;
}

.success {
    color: #14a44d;
    border: 2px solid #14a44d;
    background-color: #fff;
}

.danger {
    color: #d1485f;
    border: 2px solid #d1485f;
    background-color: #fff;
}

.info {
    color: #17a2b8;
    border: 2px solid #17a2b8;
    background-color: #fff;
}

.chip-sm {
    line-height: 20px;
    padding: 0.2rem 1rem;
    font-size: 0.9rem;
}

#modal-content-panel-orders-tabs {
    display: flex;
    flex-direction: row;
}

#modal-content-panel-orders-tabs .column1 {
    width: 50%;
}


/* .column-tab-hd {
    margin-right: 0.5rem;
    padding: 0.3rem;
    background-color: #fafafa;
    background-color: #0073b7;
}

.column-tab-hd a {
    color: #fff;
} */

#modal-content-panel-orders-tabs .column2 {
    width: 50%;
}

.tab-page-container {
    margin: 1rem 0;
}


/* .box-section { 
    padding: 1rem 0;
    margin-top: 1rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 4px solid #62bef4;
} */

#orderfullmodal .section-hd {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.3rem 1rem;
}

#orderfullmodal .section-content {
    padding: 0.3rem 1rem;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-button {
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #ddd;
}

.accordion-body,
.accordion-item {
    border-color: #ddd;
}

.accordion-button:not(.collapsed) {
    font-weight: 500;
    border: 1px solid #ddd;
    color: #0a247c !important;
    background: #f1f9ff !important;
}