#main-content-page {
    margin: 10px 10px 10px 99px;
}

/* .patient-table {
    margin: 10px 10px 10px 99px;
} */
.accordion-header {
    background-color:#ebedef;
    border: 1px solid transparent;
    border-radius: 2px;
    /* Change this to your desired gray color */
}

.patients-main {
    width: 93% !important;
    height: 600px;
    background-color: white;
    border: 1px solid rgb(236, 233, 233);
}

.general-nav {
    width: 100%;
    height: 50px !important;
    background-color:#dfe3e8;
}

.general-nav h3 {
    align-items: center;
    /* margin-top: 5px; */
    padding: 12px 12px;
}

.patients-form {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 160px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 93%;
    margin: 0 auto;
    padding: 30px;
}

.patient-form-left,
.patient-form-right {
    margin-left: -100px;
    width: 30% !important;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.patient-form-left input,
.patient-form-left label {
    width: 70% !important;
    height: 20px;
    display: inline-block;
    margin-bottom: 10px;
    /* Add space between form elements */
    padding: 1px;
    margin-top: 0px;
}

.patient-form-right input,
.patient-form-right label {
    width: 70% !important;
    display: inline-block;
    margin-bottom: 10px;
    /* Add space between form elements */
    padding: 1px;
    margin-top: 0px;
}

.patient-form-left button {
    width: 100px;
    display: flex;
    justify-content: space-around;
    padding: 5px;
}

.option-to-choose {
    width: 10% !important;
}

.patient-list-group {
    padding: 0;
    margin-left: 100px;
    width: 300px;
    border: 1px solid gray;
}

.patient-list-group-advance {
    padding: 0;
    margin-left: 100px;
    width: 500px;
    border: 1px solid gray;
}

.patient-list-group a,
.patient-list-group-advance a {
    text-decoration: none;
    color: rgb(113, 204, 204);
}

.patient-list-group a:hover,
.patient-list-group-advance a:hover {
    text-decoration: underline;
    color: black;
}

.patient-list-group-item {
    padding: 20px 15px;
    border-bottom: 1px solid gray;
    /* Add a border between list items */
    /* background-color: #b9b7b7;  */
    transition: background-color 0.3s;
    /* Add a smooth hover effect */
    list-style: none;
}

.patient-list-group-item li {
    text-decoration: none;
}



.patient-list-group-item:hover {
    background-color: #e1e1e1;
    /* Change background color on hover */
}

.alphabets-selection {
    margin-top: 10px;
    margin-bottom: 20px;
}

.selectAndButton {
    display: flex;
    justify-content: space-around;
    float: left;
    margin-bottom: 10px;
}

/* new patient section starts */
.accordion-button{
    background-color: #dfe3e8;
    height: 60px;
}
.accordion-header{
    border-radius: 8px;
}
.new-patient-main-container {
    width: 86%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: initial;
}

table>tbody>tr>th {
    line-height: 2;
    vertical-align: top;
    margin-top: 25px;
    padding: 10px;
}

.table-no-border td,
.table-no-border th {
    border: none !important;
}

th {
    text-align: left;
    display: table-cell;
    padding-right: 70px;
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
}

input[type="hidden" i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    display: none !important;
    padding: initial;
    border: initial;
}

.card {
    border: none;
}

.table-section-spacing {
    padding-top: 1.5em !important;
    padding-bottom: 0 !important;
    width: 350px;
}

.table-title-bg {
    background-color: #f3f4f5;
    color: #404040;
}

.table-section-title {
    font-size: 1.1em;
    font-weight: 700;
    padding-left: 0.6em !important;
}

.panel-heading {
    background-color: rgb(204, 202, 202);
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.required {
    color: #e02612;
    font-size: 14pt;
    font-weight: 700;
    line-height: 1;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 2;
    color: #030303;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d7d3;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #030303;
    text-align: center;
    background-color: #f8f7f6;
    border: 1px solid #d2d7d3;
    border-radius: 2px;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.patient-button{
    position:relative;
    bottom: 0;
    right: 0;
}
/* new patient section ends */