.address-bar-search{
    gap: 9px;
    padding: 8px 15px;
}

.fs-xs{
    font-size: 12px;
}
td{
    vertical-align: middle;
}
.max-width175{
    max-width: 175px;
}
.min-width175{
    min-width: 175px;
}
.min-width-70{
    min-width: 55px;
}
.border-right{
    border-right: 1px solid #ddd;
}
.bg-primary{
    background-color: #5B050F !important;
    border-color: #5B050F;
    color: #fff !important;
}
.btn-primary{
    background: #5B050F;
    border-color: #5B050F;
}
.p-absolute{
    position: absolute;
}
.btn-primary:hover{
    background: #000;
}

.btn-outline-primary{
    border-color: #5B050F;
    color: #5B050F;
}

.btn-outline-primary:hover{
    background: #5B050F;
    border-color: #5B050F;
}

.msg-main-box .form-control-sm{
    max-width: 100px;
    padding: 4px;
}

.condition-acc .accordion-item:first-of-type .accordion-body{
    position: relative;
}

.confirmWrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 80px;
    z-index: 111;
 
}

.condition-acc .accordion-item .accordion-button{
    background: #5B050F;
}

#submitVitals{
    margin-top: -60px;
}

.acc-table td.lastTd{
    width: 200px;
}

#otherReports{
    display: none;
}
#procedureType{
    display: none;
}

.red .report-number{
    background: #FFB3C1 !important;
}

.red .lab-big-view{
    background: #FFB3C1 !important;
}

.doctors-menu{
    cursor: pointer;
}

.progress-note-txt .fa-arrow-right-long{
    background: #5b050f;
    color: white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
#figurearea{
    position: relative;
    cursor: pointer;
}

#figurearea .numbering{
    border-radius: 50%;
    border-bottom-left-radius: 0;
    width: 23px;
    height: 23px;
    background: #5B050F;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    position: absolute;
}

#figurearea .numbering i{
    position: absolute;
    right: -8px;
    top: -5px;
    color: #ff0909;
    z-index: 11111;
    font-size: 14px;
}

.shadow-0:focus{
    box-shadow: none;
}