#dietPrescription .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

#dietPrescription .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

#dietPrescription .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#dietPrescription .card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

#dietPrescription .card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

#dietPrescription .nav-tabs .nav-link.active {
    /* color: #495057; */
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #e21c21;
    font-weight: 700;
}

#dietPrescription .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

#pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

#pagination .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

#pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e21c21;
    border-color: #e21c21;
}

#pagination .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

#variantBtn{
    background-color: #e21c21;
    border-color: #e21c21;
    height: 34px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}

#variantBtn .fa{
    margin-right: 10px;
    margin-left: auto;
    cursor: pointer;
}

.searchDiet{
    background-color: #dcdcdc;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#customer-wrapper{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 15px 10px;
    margin: 5px 0px 5px 0px;
}

.disabled{
    /* background-color: darkgray !important; */
    pointer-events: none;
}

.nav-tabs .nav-link.active{
	color: #e21c21;
    border: 1px solid #e21c21;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none !important;
    font-weight: 600;
}

.nav-tabs .nav-link:after{
    background: none !important;
}

.nav-tabs .nav-item .nav-link {
    border-bottom: 1px solid #e21c21;
}

.invalid{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.857rem;
    color: #ea5455;
}

.invalid-field{
    border: 1px solid #ea5455;
}

.edit_gender_wrapper{
    display: flex;
    gap: 1rem;
    margin-bottom: 1.3rem;
}

.alert.appointment-alert{
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    top:0;
    z-index: 10000;
}