body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1000px;
    font-size: small;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
    /* This line hides the vertical scrollbar */
    white-space: nowrap;
    background-color: #f9f8f7;
}

/* main page style */

#main-content-page {
    margin-left: 99px;
    /* Set initial margin to sidebar width */
    transition: 0.5s;
    z-index: -1;
}

#main-content-page.open {
    margin-left: 150px;
}

.homePage {
    height: 100%;
    width: 100% !important;

}

.tabContainer {
    width: 100%;
    height: 100%;
}

.nav-item button{
    color: black;
    font-size: 15px;
}
.nav-item button:hover{
    color: #05b4ac;
}
.patient-lookup {
    height: 100%;
    width: 30% !important;
    padding: 0px 0px;
    z-index: -1;
    margin-left: 300px;
    margin-right: 0px;
    background-color: #f3f1f1;
    transition: all 0.5s ease;
    position: fixed;
    margin-top: -74px;
    right: 0;
    border-left: 1px solid black;
    /* position: fixed;
    top: 60px;
    left: 1050px; */
    /* Initial position outside the viewport */
    /* width: 100px; */
    /* Adjust the width as needed
    height: 100%;
    background-color: gray;
    color: black;
    padding: 10px;
    transition: right 0.3s ease; */
}

.buttonContainer {
    margin-bottom: 10px;
}

.buttonContainer button {
    width: 13%;
    height: 35px;
    /* float: left; */
    /* border: 0.5px solid gray; */
    cursor: pointer;
    padding: 2px;
    font-size: 15px;
    background-color: #eee;
    margin-top: -10px;
    margin-left: -20px;
}

.patient-lookup.open {
    width: 300px;
}



/*
.patient-lookup .logo-lookup {
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: -1;
}

.patient-lookup .logo-lookup .icon {
    opacity: 0;
    transition: all 0.5s ease;
}
#button{
    color:gray;
    font-size:23px;
    margin-right:640px;
    }  */

/* arrived section style */

.dashboard-header {
    line-height: 50px;
}

.dashboard-header {
    line-height: 50px;
}

.mb5 {
    margin-bottom: 5px !important;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.tabPanel {
    width: 100%;
    height: 100%;
}

/* .btn-group {
    display: block;
}

.pull-left {
    float: left;
}

.arrived {
    width: 50% !important;
    float: left;
}

.m10 {
    margin: 10px !important;
}

.pull-left {
    float: left !important;
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
 .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-default {
    color: #030303!important;
    background-color: #f8f7f6;
    border-color: #d2d7d3;
}
 */
#date-container {
    font-size: 24px;
    margin-bottom: 20px;
}
.clinic-filter{
    font-size: 15px;
    margin-top: -25px;
    float: right;
}
.clinic-filter option{
 width: 100px;
}

.arrived-table {
    margin-top: 80px;
    width: 98% !important;
}

/* billing tab style */
.billing-headder {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}
.billing-flex{
    display: flex;
    justify-content: space-around;
}

.quickInvoice {
    font-size: 12px;
}

/* search section */
.schedule-search-form {
    width: 30% !important;
    margin-left: 100px;

    height: 300px;
    display: flex;
    flex-direction: column;
}

.schedule-search-form label select {
    display: flex !important;
    flex-direction: row;
    width: 30% !important;
}

/* follow-up page starts */
.follow-ups-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.follow-up-left {
    float: left;
}

.follow-up-right {
    float: right;
}