@import url('./font-face.css');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --container-breakpoint-sm: 540px;
    --container-breakpoint-md: 720px;
    --container-breakpoint-lg: 960px;
    --container-breakpoint-xl: 1140px;
    --grid-breakpoint-xs: 0px;
    --grid-breakpoint-sm: 576px;
    --grid-breakpoint-md: 768px;
    --grid-breakpoint-lg: 992px;
    --grid-breakpoint-xl: 1200px;
    --d-grid-breakpoint-xs: -0.02px;
    --d-grid-breakpoint-sm: 575.98px;
    --d-grid-breakpoint-md: 767.98px;
    --d-grid-breakpoint-lg: 991.98px;
    --d-grid-breakpoint-xl: 1199.98px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
        'Noto Color Emoji';
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        'Liberation Mono', 'Courier New', monospace;
    /* --egd-font-family: "Museo Sans", sans-serif; */
    --egd-font-family: 'Montserrat', sans-serif !important;
    --egd-color: #004aad;
    --button-shadow: rgba(24, 74, 173, 0.5) -5px 5px 5px,
        rgba(24, 74, 173, 0.5) 5px -5px 5px, rgba(24, 74, 173, 0.5) -5px 5px 5px,
        rgba(24, 74, 173, 0.5) 5px 5px 5px, rgba(24, 74, 173, 0.5) 5px -5px 5px;
    --button-shadow: none;
}

.layout-wrapper .layout-main .layout-main-content {
    background-color: white;
}

.rounded-pill1 {
    border-radius: 25px;
    width: 100% !important;
    padding: 7px !important;
}

.rounded-pill2 {
    border-radius: 25px;
    width: 98% !important;
    padding: 7px !important;
    margin-left: 7px;
}

.ui-table .ui-sortable-column,
.ui-table-tbody>tr>td {
    width: 230px;
    text-align: center;
}

.header-section {
    font-weight: bold;
    text-decoration: underline;
}

.pheader {
    color: #004aad;
    font-size: 1.5em;
}

.page-title {
    color: #004aad;
}

/* .btn {
    background-color: rgb(233, 224, 224);
    color: rgb(49, 44, 44);
    border: blanchedalmond;
} */

@keyframes custom-progress-spinner-color {

    100%,
    0% {
        stroke: #004aad;
    }

    40% {
        stroke: #004aad;
    }

    66% {
        stroke: #004aad;
    }

    80%,
    90% {
        stroke: #004aad;
    }
}

.dropdown-item {
    cursor: pointer;
}

.select1 select {
    width: 10%;
}

.mat-progress-spinner circle,
.mat-spinner circle {
    stroke: black;
    color: black;
}

.custom-nav-link {
    cursor: pointer;
}

.spaces {
    margin: 3%;
}

.wrapper {
    text-align: center;
}

.id_card_data {
    color: #004aad;
    font-weight: 600;
}

.pharmacy_img {
    width: 9vw;
}

.vl {
    border-left: 4px solid black;
    height: 175px;
}

.card-box {
    background-color: white;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 1%;
}

.center-align {
    align-content: center;
    text-align: center;
    display: grid;
}

.show_click {
    cursor: pointer;
}

.invalid,
.alert,
.alert-danger {
    color: red;
}

.alert-success {
    color: green;
}

.alert-success1 {
    color: green;
    background-color: white;
}

.tdentry {
    text-align: center;
}

.req {
    color: red;
    overflow: hidden;
}

.doctor-form-req {
    color: red;
    overflow: hidden;
    font-size: 25px;
}

.WordWrap {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-line;
}

.canvass {
    border: 1px solid #000;
}

.canvas {
    border: 1px solid #000;
}

.center_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
}

.ui-g-12.doctor-submit-button-group button {
    height: 40px;
    padding: 11px;
    margin-left: 10px;
}

.btn-rm {
    background-color: #ffff;
    color: #000000;
    border: none;
}

.click_fn {
    cursor: pointer;
}

.login-body .login-topbar,
.login-topbar {
    background: linear-gradient(-324deg, white 23%, #004aad 100%) !important;
}

.exception-body .exception-topbar,
.exception-topbar {
    background: linear-gradient(-324deg, white 23%, #004aad 100%) !important;
}

.ui-table-caption {
    /* height: 50px; */
    background-color: white;
}

@media screen {
    .print-content {
        display: none !important;
        visibility: hidden !important;
    }

    #print-content {
        visibility: hidden !important;
        display: none !important;
    }
}

.sidebar-profile-name {
    display: inline-block;
    font-weight: 400;
    font-size: small;
}

.ng-p-multiselect {
    /* display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    width: auto;
    cursor: pointer; */
    width: 200px;
}

body .ui-dropdown {
    min-width: 135px;
}

:host-context([pdf-viewer-update-enabled]):host {
    display: block;
    flex-direction: column;
    height: 80%;
    width: 50%;
}

.textarea-doctor-registration {
    width: 100%;
    height: 20vh;
}

.patient-medical-upload-textarea {
    width: 100%;
    height: 10vw;
}

.patient-medications-button {
    float: right;
}

.sample-photo-doctor-registration {
    width: 40%;
    max-width: 120px;
    margin: 10px;
    border: 2px solid black;
}

.doc-reg-heading {
    color: #004aad;
}

.bordercard {
    border: 1px solid black;
}

body .sample-photo-fieldset {
    border: 1px solid #000000;
    max-width: 580px;
}

.p-fileUpload-label-fix {
    width: 100%;
}

/* @media (min-width:900px) {
    body .sample-photo-fieldset {
        width: 500px;
    }
} */

.our-partners-container {
    display: grid;
    justify-content: center;
}

.our-partners-images-box {
    display: flex;
    height: 10rem;
    width: 10rem;
    margin-left: 2rem;
    margin-right: 2rem;
    justify-content: center;
    align-items: center;
}

.our-partners-image {
    max-width: 13rem;
    max-height: 8rem;
    align-self: center;
    /* filter: grayscale(100%) !important; */
}

/* .our-partners-image:hover {
    filter: grayscale(0%) !important;
  } */

.our-partners-center-images {
    display: flex;
    justify-content: center;
    align-content: center;
}

@media (max-width: 767.98px) {
    .our-partners-container {
        grid-template-columns: repeat(2, 11rem);
    }

    .our-partners-images-box {
        height: 8rem;
        width: 10rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .our-partners-image {
        max-width: 10rem;
        max-height: 6rem;
    }
}

@media (min-width: 768px) {
    .our-partners-container {
        grid-template-columns: repeat(4, 11rem);
    }

    .our-partners-images-box {
        height: 8rem;
        width: 10rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .our-partners-image {
        max-width: 10rem;
        max-height: 6rem;
    }
}

@media (min-width: 1200px) {
    .our-partners-container {
        grid-template-columns: repeat(4, 14rem);
    }

    .our-partners-images-box {
        height: 10rem;
        width: 10rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .our-partners-image {
        max-width: 13rem;
        max-height: 8rem;
    }
}

.testimonial-name {
    text-align: left;
    padding-top: 1.5rem !important;
}

.testimonial-time {
    text-align: left;
    color: #6a6a6a !important;
}

.testimonial-rating {
    text-align: left;
}

.testimonial-description {
    text-align: left;
    padding-top: 7%;
}

.testimonial-item {
    box-shadow: none !important;
    width: 90%;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: auto;
    /* scrollbar-color: #74b9ff #b2bec3; */
    scrollbar-color: #004aad #b2bec3;
}

.testimonial-item-content {
    padding-left: 5%;
    padding-right: 5%;
}

/* .testimonial-item::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.testimonial-item::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
.testimonial-item::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}
.testimonial-item::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.testimonial-item::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
} */

.testimonial-item::-webkit-scrollbar

/* ,.testimonial-item::-moz-scrollbar   */
    {
    display: block !important;
}

.testimonial-item::-webkit-scrollbar-track

/* ,.testimonial-item::-moz-scrollbar-track  */
    {
    /* border: 5px solid white; */
    background-color: #b2bec3;
}

.testimonial-item::-webkit-scrollbar

/* ,.testimonial-item::-moz-scrollbar  */
    {
    width: 15px;
    background-color: #dfe6e9;
}

.testimonial-item::-webkit-scrollbar-thumb

/* ,.testimonial-item::-moz-scrollbar-thumb  */
    {
    /* background-color: #74b9ff; */
    background-color: #004aad;
    border-radius: 10px;
}

.featured-in-image {
    width: 50%;
    margin-top: 10%;
    margin-bottom: 10%;
}

body .custom-carousel .ui-carousel-item {
    text-align: center !important;
    margin: auto !important;
}

.display-4 {
    font-weight: bolder;
}

/* general css classes-start */

.margin-left-3p {
    margin-left: 3% !important;
}

.white-space-pre-line {
    white-space: pre-line !important;
}

.egd-theme-text {
    color: var(--egd-color) !important;
}

.font-size-19px {
    font-size: 19px !important;
}

.egd-heading {
    color: var(--egd-color);
    font-weight: bolder;
}

.numberCircle {
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0px !important;
    background: #fff !important;
    border: 2px solid var(--egd-color) !important;
    color: var(--egd-color) !important;
    text-align: center !important;
    font: 32px var(--egd-font-family) !important;
}

.three-d-card {
    border-radius: 25px !important;
    box-shadow: 0px 1px 12px #0000003d !important;
    -webkit-box-shadow: 0px 1px 12px #0000003d !important;
    -moz-box-shadow: 0px 1px 12px #0000003d !important;
    font-family: var(--egd-font-family) !important;
}

.two-d-card {
    border-radius: 25px !important;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    font-family: var(--egd-font-family) !important;
}

.three-d-card:hover {
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1) !important;
    /* transform: translate3d(0, -5px, 0) !important; */
    transform: scale(1.1) !important;
}

.border-1px-solid-black {
    border: 1px solid black !important;
}

.border-2px-solid-black {
    border: 2px solid black !important;
}

.width-auto {
    width: auto !important;
}

.w-30 {
    width: 30% !important;
}

.min-width-150px {
    min-width: 150px !important;
}

.egd-theme-bg {
    background-color: var(--egd-color) !important;
}

.mt-n25p {
    margin-top: -25% !important;
}

.height-100px {
    height: 100px !important;
}

.height-55px {
    height: 55px !important;
}

.min-width-250px {
    min-width: 250px !important;
}

.max-width-350px {
    max-width: 350px !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.egd-theme-list li {
    list-style: none !important;
}

.egd-theme-list li:before {
    padding: 8px !important;
    content: '• ' !important;
    color: var(--egd-color) !important;
    /* or whatever color you prefer */
    font-size: 28px !important;
}

.text-black {
    color: black !important;
}

.text-gray-underline {
    color: var(--gray-dark) !important;
    /* color: var(--gray) !important; */
    /* color: gray !important; */
    text-decoration: underline !important;
}

.font-size-17px-least {
    font-size: max(17px, 1.35vw) !important;
}

.font-size-20px-least {
    font-size: max(20px, 1.65vw) !important;
}

.font-size-22px-least {
    font-size: max(22px, 2.5vw) !important;
}

.input-pill {
    width: 100% !important;
    border-radius: 50rem !important;
    color: black !important;
}

.input-pill .ui-corner-right {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

.input-pill-15px {
    width: 100% !important;
    border-radius: 15px !important;
    color: black !important;
}

.input-pill-15px .ui-corner-right {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.width-max-content {
    width: max-content !important;
}

.justify-center-grid {
    display: grid;
    justify-content: center;
}

.text-align-center {
    text-align: center !important;
}

/* button type 1 - start */

.egd-theme-white-bg-btn {
    color: #fff !important;
    /* background-color: #007bff; */
    background-color: var(--egd-color) !important;
    /* border-color: #007bff; */
    /* border-color: var(--egd-color); */
    border-color: #fff !important;
    /* box-shadow: 10 5px 8px 0 rgba(24, 74, 173, .5); */
    /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
    box-shadow: var(--button-shadow) !important;
    /* -webkit-box-shadow: 0 5px 8px 0 rgba(24, 74, 173, .5); */
    -webkit-box-shadow: var(--button-shadow) !important;
    border-radius: 40px !important;
    line-height: 2 !important;
    transition: all 0.5s !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    height: max-content !important;
    width: max-content !important;
}

.egd-theme-white-bg-btn a {
    color: #fff !important;
    text-decoration: none !important;
}

.egd-theme-white-bg-btn-label {
    font-size: 22px !important;
    font-weight: bold !important;
}

.egd-theme-white-bg-btn:hover {
    color: var(--egd-color) !important;
    text-decoration: none !important;
    /* background-color: #0069d9; */
    background-color: #fff !important;
    /* border-color: #0062cc; */
    /* border-color: #00347a; */
    border-color: var(--egd-color) !important;
    box-shadow: var(--button-shadow) !important;
    /* -webkit-box-shadow: 0 5px 8px 0 rgba(24, 74, 173, .5); */
    -webkit-box-shadow: var(--button-shadow) !important;
}

.egd-theme-white-bg-btn a:hover,
.egd-theme-white-bg-btn:hover a,
.egd-theme-white-bg-btn:hover a:hover,
.egd-theme-white-bg-btn:visited a:visited:hover,
.egd-theme-white-bg-btn:visited:hover a:visited:hover,
.egd-theme-white-bg-btn:visited:hover a:visited,
.egd-theme-white-bg-btn a:active,
.egd-theme-white-bg-btn:active a,
.egd-theme-white-bg-btn:active a:active,
.egd-theme-white-bg-btn:active {
    color: var(--egd-color) !important;
    text-decoration: none !important;
}

.egd-theme-white-bg-btn.focus,
.egd-theme-white-bg-btn:focus {
    color: #fff !important;
    /* background-color: #0069d9; */
    background-color: var(--egd-color) !important;
    /* border-color: #0062cc; */
    /* border-color: #00347a; */
    border-color: var(--egd-color) !important;
    /* box-shadow: 10 5px 8px 0 rgba(24, 74, 173, .5); */
    /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
    box-shadow: var(--button-shadow) !important;
    /* -webkit-box-shadow: 0 5px 8px 0 rgba(24, 74, 173, .5); */
    -webkit-box-shadow: var(--button-shadow) !important;
}

.egd-theme-white-bg-btn.disabled,
.egd-theme-white-bg-btn:disabled {
    color: #fff !important;
    /* background-color: #007bff; */
    background-color: #00317a !important;
    /* border-color: #007bff; */
    border-color: #002b6d !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

/* button type 1 - end */

/* button type 2 - start */

.white-theme-egd-bg-btn {
    color: var(--egd-color) !important;
    /* background-color: #007bff; */
    background-color: #fff !important;
    /* border-color: #007bff; */
    border-color: var(--egd-color) !important;
    /* box-shadow: 10 5px 8px 0 rgba(24, 74, 173, .5); */
    /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
    box-shadow: var(--button-shadow) !important;
    /* -webkit-box-shadow: 0 5px 8px 0 rgba(24, 74, 173, .5); */
    -webkit-box-shadow: var(--button-shadow) !important;
    border-radius: 40px !important;
    line-height: 2 !important;
    transition: all 0.5s !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    height: max-content !important;
    width: max-content !important;
}

.btn-white {
    color: var(--egd-color) !important;
    /* background-color: #007bff; */
    background-color: #fff !important;
    width: 100%;
    border-radius: 50px;
}

.white-theme-egd-bg-btn a {
    color: var(--egd-color) !important;
    text-decoration: none !important;
}

.white-theme-egd-bg-btn-label {
    font-size: 22px !important;
    font-weight: bold !important;
}

.white-theme-egd-bg-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    /* background-color: #0069d9; */
    background-color: var(--egd-color) !important;
    /* border-color: #0062cc; */
    /* border-color: #00347a; */
    border-color: #fff !important;
    box-shadow: var(--button-shadow) !important;
    /* -webkit-box-shadow: 0 5px 8px 0 rgba(24, 74, 173, .5); */
    -webkit-box-shadow: var(--button-shadow) !important;
}

.white-theme-egd-bg-btn a:hover,
.white-theme-egd-bg-btn:hover a,
.white-theme-egd-bg-btn:hover a:hover,
.white-theme-egd-bg-btn:visited a:visited:hover,
.white-theme-egd-bg-btn:visited:hover a:visited:hover,
.white-theme-egd-bg-btn:visited:hover a:visited,
.white-theme-egd-bg-btn a:active,
.white-theme-egd-bg-btn:active a,
.white-theme-egd-bg-btn:active a:active,
.white-theme-egd-bg-btn:active {
    color: #fff !important;
    text-decoration: none !important;
}

.white-theme-egd-bg-btn.focus,
.white-theme-egd-bg-btn:focus {
    color: var(--egd-color) !important;
    /* background-color: #0069d9; */
    background-color: #fff !important;
    /* border-color: #0062cc; */
    /* border-color: #00347a; */
    border-color: #fff !important;
    /* box-shadow: 10 5px 8px 0 rgba(24, 74, 173, .5); */
    /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
    box-shadow: var(--button-shadow) !important;
    /* -webkit-box-shadow: 0 5px 8px 0 rgba(24, 74, 173, .5); */
    -webkit-box-shadow: var(--button-shadow) !important;
}

.white-theme-egd-bg-btn.disabled,
.white-theme-egd-bg-btn:disabled {
    color: var(--egd-color) !important;
    /* background-color: #007bff; */
    background-color: #00317a !important;
    /* border-color: #007bff; */
    border-color: #002b6d !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

/* button type 2 - end */

/* button[disabled]:active, button[disabled], input[type="button"][disabled]:active, input[type="button"][disabled], input[type="submit"][disabled]:active, input[type="submit"][disabled], button[disabled]:hover, input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover {
    border: 2px outset;
    color: grey;
    cursor: inherit;
    background-color: #ddd;
    background: #ddd;
    cursor: not-allowed;
} */

.crimson-req {
    color: crimson;
}

.red-req {
    color: red;
}

/* general css classes-end */

.egd-login-back-button {
    padding: 1px 18px !important;
}

.egd-login-back-button .white-theme-egd-bg-btn-label {
    font-size: 19px !important;
}

.btn-white-egd-theme {
    color: #004aad;
    border-radius: 50px;
    background-color: white;
    padding: 3% 6%;
}

.egd-login-register-button {
    background: #1850a0 0% 0% no-repeat padding-box;
    box-shadow: inset 3px 3px 6px #1850a0, 3px 3px 6px #1850a0bd;
    border: 1px solid #707070;
    border-radius: 6px;
    opacity: 1;
    width: max-content;
    /* height: 100px; */
    display: flex;
    justify-content: center;
    align-content: center;
}

.egd-login-register-button a {
    transition: all 0.4s;
}

.egd-nav-login-btn {
    color: #004aad;
    background-color: #fff;
}

.egd-nav-register-btn {
    color: #fff;
    background-color: #004aad;
}

.egd-nav-login-btn:hover {
    color: #fff;
    background-color: #1850a0;
    padding: 5% 8%;
    /* border-radius: 50px; */
}

#navbarSupportedContent {
    /* margin-left: 4.5% !important; */
    position: absolute;
    right: 15px;
}

.egd-nav-register-btn:hover {
    color: #004aad;
    background-color: #fff;
    padding: 3% 8%;
    /* border-radius: 50px; */
}

.egd-btn-center {
    text-align: center;
    margin: auto;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    color: black;
    padding-top: 20px;
}

.sidepanel a {
    padding: 4px;
    text-decoration: none;
    /* font-size: 19px; */
    color: black;
    display: block;
    transition: 0.3s;
    font-weight: bold !important;
    font-size: 16px;
}

.sidepanel a:hover {
    color: #f1f1f1;
    background-color: #004aad;
    padding: 2px 25px !important;
}

.sidebar-color {
    color: #707070 !important;
}

.sidebar-color:hover {
    color: white;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-top: 10px;
}

.openbtn {
    font-size: 35px;
    cursor: pointer;
    background-color: white;
    color: #004aad;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    /* background-color: #004aad; */
    color: white;
}

.mySidepanel {
    width: 0px;
}


.egd-navbar-brand {
    margin-right: 2.5rem;
}

.egd-link {
    font-size: 16px;
    font-weight: bold;
    color: #1850a0 !important;
    /*Confrimation wth sir*/
}

.egd-item {
    margin-top: 5%;
}

.our-services-dropdown {
    left: 165px;
    top: 60px;
}

/* registration and login */

/* .font-size-22px {
    font-size: 22px;
} */

/* .form-back {} */

/* .form-section {
    width: 65%;
    height: 70%;
} */

/*Doctor Agreement starts*/

.doc-agreement-heading {
    color: #004aad;
    font-weight: bolder;
    font-size: 26px;
}

.form-logo img {
    height: 70px;
}

/* .form-heading-section p, */

.form-sub-heading,
.form-tagline {
    color: #858585;
}

.form-tagline small {
    display: flex;
    flex-direction: row;
    color: #858585;
}

.form-tagline small:before {
    margin-right: 25px !important;
}

.form-tagline small:after {
    margin-left: 25px !important;
}

.form-tagline small:before,
.form-tagline small:after {
    content: '';
    flex: 1 1;
    border-bottom: 1px solid #858585;
    margin: auto;
}

.form-bg-section {
    background-color: #1850a0 !important;
    right: 0px !important;
    height: 100vh !important;
    position: fixed !important;
}

.form-bg-section img {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .form-heading p {
    color: #858585;
}

.form-heading .form-sub-heading-small small {
    display: flex;
    flex-direction: row;
    color: #858585;
}

.form-heading .form-sub-heading-small small:before {
    margin-right: 25px !important;
}

.form-heading .form-sub-heading-small small:after {
    margin-left: 25px !important;
}

.form-heading .form-sub-heading-small small:before, .form-heading .form-sub-heading-small small:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #858585;
    margin: auto;
} */

/* .form-sub-heading-small{ */

/* width: 32%; */

/* } */

.form-div input,
.form-div select {
    border-radius: 50px;
    /* width: 80%; */
    margin: 2%;
    border-color: #858585;
    border-width: 2px;
}

.form-side .footer-copyright p,
.form-side .footer-copyright a {
    font-weight: normal;
    color: #858585;
    font-size: 14px;
}

.form-submit-button button {
    width: 100%;
    border-radius: 50px;
    border: none;
    background-color: #1850a0;
}

.form-div a,
.form-switch a {
    color: #1850a0;
}

/* .form-bg {
    background-color: #1850A0;
}

.form-bg img {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

/* .form-forgot-pass {
    position: relative;
    float: right;
}

.form-forgot-pass a {
    font-size: .8rem;
    color: #1850A0;
} */

/* appli-id-start */

.appli-id-card-heading {
    color: var(--egd-color);
    font-weight: bold;
    text-align: center;
}

/* .appli-id-card-div {} */

/* appli-id-end */

.textarea-input {
    width: 100%;
    height: 200px;
}

.width-100p {
    width: 100% !important;
}

.width-25p {
    width: 25% !important;
}

.width-35p {
    width: 35% !important;
}

.form-input-error,
.p-multiselect-error .ui-multiselect,
.p-calendar-error input {
    border: 2px solid red !important;
}

.form-input-success,
.p-multiselect-success .ui-multiselect,
.p-calendar-success input {
    border: 2px solid green !important;
}

.form-div .input-div .form-error-msg {
    color: red;
    display: none;
}

.input-of-input-icon {
    margin-right: 0px !important;
    border-right: 0px !important;
}

.input-of-input-icon:focus {
    box-shadow: none;
}

.icon-of-input-icon {
    height: calc(1.5em + 2px + 0.75rem) !important;
    background-color: transparent !important;
    border: 2px solid #858585;
    margin: auto !important;
    border-left: 0px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.input-of-input-icon .form-input-error,
.input-of-input-icon .form-input-success {
    border-right: 0px !important;
}

.icon-of-input-icon .form-input-error,
.icon-of-input-icon .form-input-success {
    border-left: 0px !important;
}

.input-of-append-icon {
    margin-right: 0px !important;
    border-right: 0px !important;
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

.input-of-append-icon:focus {
    box-shadow: none;
}

.icon-of-append-icon {
    height: calc(1.5em + 2px + 0.75rem) !important;
    background-color: white !important;
    margin: auto !important;
    border-left: 0px !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

.input-of-append-icon .form-input-error,
.input-of-append-icon .form-input-success {
    border-right: 0px !important;
}

.icon-of-append-icon .form-input-error,
.icon-of-append-icon .form-input-success {
    border-left: 0px !important;
}

.prepend-of-input-prepend {
    height: calc(1.5em + 2px + 0.75rem) !important;
    background-color: transparent !important;
    border: 2px solid #858585;
    border-left-color: rgb(133, 133, 133);
    border-left-style: solid;
    border-left-width: 2px;
    margin: auto !important;
    border-right: 0 !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.input-of-input-prepend {
    margin-left: 0px !important;
    border-left: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.input-of-input-prepend:focus {
    box-shadow: none !important;
}

.prepend-of-input-prepend .form-input-error,
.prepend-of-input-prepend .form-input-success {
    border-right: 0px !important;
}

.input-of-input-prepend .form-input-error,
.input-of-input-prepend .form-input-success {
    border-left: 0px !important;
}

.prepend-of-append-prepend {
    height: calc(1.5em + 2px + 0.75rem) !important;
    background-color: white;
    border-left-style: solid !important;
    border-left-width: 2px !important;
    margin: auto !important;
    border-right: 0 !important;
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

.input-of-append-prepend {
    margin-left: 0px !important;
    border-left: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 50vh !important;
    border-bottom-right-radius: 50vh !important;
}

.input-of-append-prepend:focus {
    box-shadow: none !important;
}

.prepend-of-append-prepend .form-input-error,
.prepend-of-append-prepend .form-input-success {
    border-right: 0px !important;
}

.input-of-append-prepend .form-input-error,
.input-of-append-prepend .form-input-success {
    border-left: 0px !important;
}

/* registration and login end*/

/* thank you - start */

.successful-logo {
    width: 200px;
}

/* thank you - end */

/* login page */

.login-card-text-height {
    /* height: 175px !important; */
    height: 32vh !important;
}

.login-card-button-section {
    bottom: 5% !important;
}

.egd-login-signup-buttons {
    padding: 2px 18px !important;
    /* border: radius 20px, im !important; */
    width: 140px !important;
}

.egd-login-signup-buttons .egd-theme-white-bg-btn-label,
.egd-login-signup-buttons .white-theme-egd-bg-btn-label {
    font-size: 18px !important;
}

/* #login-signUp .card:hover {} */

.login-card-heading {
    color: var(--egd-color);
    font-weight: bold;
}

/* login page end */

/* footer  start*/

.footer-download-section {
    background-color: #ececec;
    box-shadow: 5px 5px 9px -1px rgba(0, 0, 0, 0.55);
}

.footer-container-section {
    background-color: #ececec;
}

.footer-social-logos {
    width: 20px;
    height: auto;
}

.footer-social-label {
    margin-left: 7% !important;
}

.footer-list-section li {
    list-style: none;
    /* padding: 10px 0; */
    margin: 10px;
}

.footer-list-section li a,
.egdlink {
    color: white !important;
}

/* footer end */
/*Footer css*/
.color-white {
    color: white;
}

.footer-download-section {
    transform: translate(0px, -80px);
}

.egd-color {
    color: #004aad;
}

.footerc {
    margin-top: 100px;
}

.footer-list-section {
    line-height: 1;
}

.bg-blue {
    background-color: #004aad;
    color: white;
}

.heading1 {
    font-size: 40px !important;
}

.heading2 {
    font-size: 32px !important;
}

.heading3 {
    font-size: 24px !important;
}

.heading4 {
    font-size: 18px !important;
}

.heading5 {
    font-size: 16px !important;
}

.card-li-txt {
    margin-top: 10px;
}

.arrowfeatures {
    animation: blinker 1s linear infinite;
    align-self: inline;
    color: red;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* resgiter checkbox fix  start*/

.register-checkbox-fix {
    margin-left: -9% !important;
    margin-top: 1% !important;
    /* padding: 10% !important; */
    /* transform: scale(1.5) !important; */
    cursor: pointer !important;
    /* width: 22px !important; */
    /* height: 22px !important; */
    position: relative;
}

/* resgiter checkbox fix end*/

/* Media Queries */

@media (max-width: 355px) {
    .egd-navbar-logo {
        /* height: 55px; */
        height: 45px;
        margin: 5%;
    }
    .ayush-navbar-logo {
        /* height: 55px; */
        height: 55px;
        margin: 5%;
    }

    .egd-login-register-button {
        height: 45px;
    }

}

@media (min-width: 356px) and (max-width: 480px) {
    .egd-navbar-logo {
        /* height: 55px; */
        height: 38px;
        margin: 5%;
        left: 0 !important;
    }
    .ayush-navbar-logo {
        /* height: 55px; */
        height: 20px;
        margin: 5%;
        left: 0 !important;
    }

    .egd-login-register-button {
        height: 56px;
    }

    .sidepanel {
        width: 0;
        position: fixed;
        z-index: 1;
        height: 100%;
        top: 0;
        left: 0 !important;
        background-color: white;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 20px;
        color: black !important;
    }
}

@media (min-width: 481px) {
    .egd-navbar-logo {
        /* height: 55px; */
        height: 75px;
        margin: 5%;
    }
    .ayush-navbar-logo {
        /* height: 55px; */
        height: 43px;
        margin: 5%;
    }

    .egd-login-register-button {
        height: 75px;
    }
}

/* medical-history start - ashutosh */

body .pfieldset-egd-theme-border {
    border: 2px solid #004aad !important;
}

.past-medical-history-item {
    word-break: break-word;
}

.add-more-medical-history-input {
    width: 200px;
}

body .document-viewer-tab-border .ui-tabview-panels {
    border: 0px;
}

body .document-viewer-pl-0 .ui-tabview-panels {
    padding-left: 0px !important;
}

body .bigger-loading {
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

body .middle-loading {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

body .small-loading {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

body .table-caption-d-flex .ui-table-caption {
    display: flex;
}

.patient-view-message-center-doctor-dropdown {
    width: 60% !important;
    margin-left: 50px !important;
    height: 40px !important;
}

.document-viewer-pdf {
    width: 100%;
    height: 60vh;
}

.edit-medical-history-button {
    display: flex;
    justify-content: flex-end;
}

.clickable {
    cursor: pointer;
}

/* image-enlarger - start  */
.dropdown-mb-divider {
    height: 0;
    margin: 0.2rem 0;
    overflow: hidden;
    border-top: 2px solid #e9ecef;
}

.image-enlarger {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
    cursor: pointer;
}

.image-enlarger-overlay {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.image-enlarger a {
    color: transparent;
}

.image-enlarger a:hover .image-enlarger-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 100%;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
}

.image-enlarger-overlay span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fullscreen-image-emlarger {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 10000;
    justify-content: center;
    display: grid;
    align-content: center;
    width: 100%;
    height: 100%;
}

.fullscreen-image-emlarger-preview {
    transition: transform 0.15s;
    max-width: 100vw;
    max-height: 100vh;
}

.fullscreen-image-enlarger-buttons {
    background-color: transparent;
    border: transparent;
    color: white;
    font-size: 40px;
    cursor: pointer;
    margin: 5px;
}

.fullscreen-image-enlarger-buttons:hover {
    transform: scale(1.5);
}

.fullscreen-image-enlarger-buttons:disabled {
    color: grey;
}

.image-enlarger-buttons-group {
    position: fixed;
    right: 0;
    margin-top: 25px;
    margin-right: 25px;
}

/* image-enlarger - end */

/* medical-history ends  - ashutosh*/

/*Patient view shreya started*/
.constatus {
    color: #004aad;
}

.namep {
    margin-top: -7px;
    color: #004aad;
}

.boldn {
    color: #004aad;
    font-weight: bolder;
}

.boldnconstatus {
    color: #004aad;
    font-weight: bolder;
    margin-left: 19px;
}

.boldnlabel {
    color: #004aad;
    font-weight: bolder;
    margin-left: 26px;
}

.boldmedicalhistory {
    font-weight: bolder;
}

.consultationclose {
    margin: auto;
    justify-content: center;
    text-align: center;
}

.patientv-container {
    background-color: white !important;
}

.messagebutton {
    background-color: white !important;
    float: left;
    border-bottom: none;
    width: 160px;
    color: #004aad !important;
    margin: 3px !important;
}

.submitbutton1 {
    width: 120px;
    border-radius: 8px;
    padding: 5px;
}

.composecard {
    background-color: #ebebeb;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
}

.messagecard {
    background-color: white;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.text-center {
    text-align: center;
}

.basiccard {
    background-color: #ebebeb;
    border-radius: 20px;
    margin: 10px;
}

.patientvbutton {
    display: block ruby;
    height: 40px;
    margin: 10px;
    background: #004aad;
    width: 150px;
}

.patientvbtnspan {
    font-size: 34px;
    vertical-align: middle;
}

.pvavatar {
    border-radius: 50%;
}

.text-decoration-underline {
    text-decoration: underline;
    font-weight: bolder;
}

.uniqueimage {
    height: 200px;
    width: 440px;
}

.popupdiv {
    display: table;
}

.popupdivcell {
    display: table-cell;
}

.messagesearch {
    width: 250px;
    margin-left: 25%;
}

.messagesbtn {
    margin: 10px;
}

.messageth {
    font-weight: bold;
}

.msginput {
    width: 80%;
    border-radius: 15px;
    margin: 10px;
    height: 40px;
}

.msgtxtarea {
    border-radius: 15px;
    margin: 10px;
    width: 80%;
    height: 20vh;
}

.doctorfeedbackinput {
    width: 220px;
    border-radius: 20px;
    margin: 4px;
}

.doctofeedbckbtn {
    display: block ruby;
    height: 40px;
    margin: 10px;
    background: #4aa564;
    width: 150px;
    text-align: center !important;
}

.doctorfradio {
    width: 10vw;
    display: inline-block;
}

.table-search-span {
    display: flex;
    justify-content: flex-end;
}

.table-search {
    width: 250px;
    /* margin-left: 75%; */
}

/*Patient view shreya ends*/

@media (max-width: 481px) {
    .novaarow {
        display: none !important;
    }
}

.novdashbtn {
    justify-content: right !important;
}

/* video section starts */

.video-h1 {
    text-align: center;
    color: #004aad;
}

.video-img {
    width: 250px;
    height: 150px;
}

/* video section ends */

/*Packages css starts*/
.btn-packages {
    margin-left: 550px !important;
}

.package-name {
    margin-left: 14px !important;
}

.packages-card {
    border-radius: 30px;
    margin: 25px 0px;
    width: 100%;
}

.bronzecard {
    background-color: #bdefd4;
}

.silvercard {
    background-color: #f7d5f8bf;
}

.goldcard {
    background-color: #f9e07edb;
}

.pkgbtn {
    background-color: #004aad;
}

.pkgpricingimg {
    transform: translate(0px, -28px);
}

/*Packages css ends*/

.patient_reg_input_border {
    border: 2px solid #858585;
}

/*New Dashboard css starts*/
.titled {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 0;
}

.container-consult {
    position: relative;
    max-width: 800px;
    /* Maximum width */
    margin: 0 auto;
    /* Center it */
    background-color: #ffffffdb 0% 0% no-repeat padding-box;
}

.consultation-desc {
    height: 190px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -13px;
    background: #ebedee 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.descconsultlist {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    position: absolute;
    left: 10px;
    top: 0px;
}

.margin-content-desc {
    margin-top: 15px;
}

.consultnowbtndesc {
    position: absolute;
    bottom: 10px;
}

.consultation-desc:hover {
    background-color: #004aad;
    color: #ffffff;
}

.consultation-desc:hover .consultbutton {
    background-color: white;
    color: #004aad;
}

.container-consult .content {
    position: absolute;
    /* Position the background text */
    bottom: 4px;
    /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(255, 255, 255, 0.8);
    /* Black background with 0.5 opacity */
    color: black;
    /* Grey text */
    width: 100%;
    /* Full width */
    padding: 2px;
    /* Some padding */
    margin: 0;
    border-radius: 0px 0px 10px 10px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
    margin-top: -20px;
}

body>.skiptranslate {
    display: none;
}

body {
    top: 0px !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-logo-link {
    display: none !important;
}


.specialtycard {
    border-radius: 25px;
    width: 16%;
}

.dashbutton {
    border-radius: 30px;
}

.specialtyimg {
    width: 100px;
}

.specialtycardtxt {
    margin: 0px;
}

.cardmargin {
    margin-left: 10px;
}

.two-d-card-commonissues {
    height: fit-content;
    margin: 5px;
    /* border-radius: 25px !important; */
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    font-family: var(--egd-font-family) !important;
}


.commonhealthimg {
    /* border-radius: 25px; */
    width: 100%;
}

.consultationtypeimg {

    width: 100%;
}

.commontxt1 {
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.commontxt {
    margin-left: 2px;
    margin-bottom: 0px;
}

/* dashboard changes css  */
.margin-bottom-dashboard {
    margin-bottom: 50px;
}

.display-flex-dietplans {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.dietplandashboard {
    width: 100%;
}

.freedietplan {
    background: -moz-linear-gradient(119deg,
            rgba(131, 76, 241, 0.2752451322325805) 1%,
            rgba(234, 175, 200, 0.40689779329700626) 100%);
    background: -webkit-linear-gradient(119deg,
            rgba(131, 76, 241, 0.2752451322325805) 1%,
            rgba(234, 175, 200, 0.40689779329700626) 100%);
    background: linear-gradient(119deg,
            rgba(131, 76, 241, 0.2752451322325805) 1%,
            rgba(234, 175, 200, 0.40689779329700626) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#834cf1", endColorstr="#eaafc8", GradientType=1);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
    backdrop-filter: blur(49px);
    -webkit-backdrop-filter: blur(49px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 89%;
}

.consultation-free {
    font-size: 30px;
}

.messageceter {
    width: 40%;
}

.priceofdietplan {
    text-align: center;
    position: relative;
}

.pricedisplay {
    position: absolute;
    bottom: 18%;
    left: 5%;
}

.buttonbottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.bookplanbuttonweeks {
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.height89 {
    height: 95%;
}

.free-plan-desc {
    font-size: 20px;
    color: black;
}

.bookplanbutton {
    height: 43px;
    color: white;
    border-style: none;
    background: transparent linear-gradient(194deg, #021b79 0%, #0574e4 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    cursor: pointer;
}

.freedietbuttondiv {
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    width: 80%;
}

.packages-dashboard-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.package-Img {
    width: 100%;
    border-radius: 20px;
}

.dietconsultationimage {
    width: 100%;
}

.margin-top-dashboard {
    margin-top: -6px;
}

.margin-bottom-dashboard {
    margin-bottom: 30px;
}

/*Dashboard changes css ends*/
/*New Dashboard css ends*/

.package-consult-doctor {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabview-tab-d-none {
    display: none !important;
}

.text-align-right {
    text-align: right;
}

.pl-5rem {
    padding-left: 5rem;
}

/* payment css - start*/

.logo-img-payment {
    height: 90px;
    width: 100%;
    object-fit: scale-down;
}

.img-top {
    background-color: #F28080;
}

/* payment css end */

/* big-checkbox start */

body .ui-circle.ui-chkbox .ui-chkbox-box {
    border-radius: 50rem;
}

body .margin-top.ui-chkbox .ui-chkbox-box {
    margin-top: 10px;
}

body .big-checkbox.ui-chkbox .ui-chkbox-box {
    width: 45px;
    height: 45px;
}

body .big-checkbox.ui-chkbox .ui-chkbox-box .ui-chkbox-icon {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    display: grid;
    font-size: xx-large;
}

/* big-checkbox end */

.margin-0 {
    margin: 0px;
}

/* Hide Arrows From Input Number - start */

/* Chrome, Safari, Edge, Opera */
.input-type-number::-webkit-outer-spin-button,
.input-type-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.input-type-number {
    -moz-appearance: textfield;
}

/* Hide Arrows From Input Number - end */

.box-shadow-none:focus {
    box-shadow: none !important;
}

.box-shadow-input {
    border: none !important;
}

.isEmail-login-email-number-code {
    display: none !important;
}

.isPhoneNumber-login-email-number-code {
    display: inline-block !important;
    /* width: 145px !important; */
    /* width: 160px !important; */
}

.isEmail-login-email-number-text {
    margin-top: 0px !important;
    border-radius: 50rem !important;
    width: 100% !important;
}

.isPhoneNumber-login-email-number-text {
    margin-top: 0px !important;
    margin-left: 0px !important;
    border-left: 0 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 60% !important;
}

body .isEmail-primeng-userid-phone-number-code {
    display: none !important;
}

body .isEmail-primeng-userid-phone-number-code,
body .isEmail-primeng-userid-phone-number-code label {
    border-radius: 50rem;
}

body .isPhoneNumber-primeng-userid-phone-number-code {
    /* border: none !important; */
    line-height: 22px !important;
    display: inline-block !important;
    /* width: 145px !important; */
    /* width: 160px !important; */
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

body .isPhoneNumber-primeng-userid-phone-number-code .ui-dropdown {
    border: 0px solid transparent !important;
    border-radius: 50rem !important;
    border-right: 0 !important;
    width: 100% !important;
}

body .isPhoneNumber-primeng-userid-phone-number-code,
body .isPhoneNumber-primeng-userid-phone-number-code label {
    border-radius: 50rem;
}

body .isEmail-primeng-userid-email {
    border: 2px solid #858585;
    margin-top: 0px !important;
    border-radius: 50rem !important;
    width: 100% !important;
}

body .isPhoneNumber-primeng-userid-phone-number,
body .isPhoneNumber-primeng-userid-phone-number:focus,
body .isPhoneNumber-primeng-userid-phone-number:hover {
    border: 2px solid #858585;
    vertical-align: top;
    padding-bottom: 9px;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-left: 0px !important;
    width: 60% !important;
    padding-left: 15px !important;
}

/* body .isPhoneNumber-primeng-userid-phone-number:focus, body .isPhoneNumber-primeng-userid-phone-number:hover {
    border: 2px solid #858585 !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    box-shadow: none !important;
    border-left: 0px !important;
} */

.otpPrimeNgInput.ui-inputtext::-webkit-outer-spin-button,
.otpPrimeNgInput.ui-inputtext::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otpPrimeNgInput.ui-inputtext {
    -moz-appearance: textfield;
    margin: 0px;
}

.form-banner-bg-section {
    padding: 0px;
    background-image: url('./../images/form-images/form-side-banner.png');
    background-attachment: fixed;
    background-repeat: round;
    background-size: contain;
}

.form-img {
    height: 100vh;
    width: 50%;
    position: fixed;
}

/* consult doctor - start */
.pl-10px {
    padding-left: 10px;
}

/* consult doctor - end */

/*common health card starts*/
@media (max-width: 510px) {
    .fivecards {
        margin: 1%;
        width: 45%;
        height: auto;
    }
}

@media (min-width: 510px) and (max-width: 740px) {
    .fivecards {
        margin: 1%;
        width: 48%;
        height: auto;
    }
}

@media (min-width: 740px) and (max-width: 1200px) {
    .fivecards {
        margin: 1%;
        width: 31.33%;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .fivecards {
        margin: 1%;
        width: 18%;
        height: auto;
    }
}

.specbutton {
    margin-bottom: 17px !important;
}

.commonhealthbtn {
    color: #004aad;
    background: white;
    width: 200px;
    font-size: larger;
    font-weight: bolder;
    margin-top: 0px;
    margin-bottom: 20px;
}

.commonhealthbtn:focus:enabled {
    color: #004aad;
    background: white;
    width: 200px;
    font-size: larger;
    font-weight: bolder;
    margin-top: 0px;
    margin-bottom: 20px;
}

.marginbttom {
    margin-bottom: 20px !important;
}

/*common health card ends*/

/*ohp dashboard css starts*/
.imgdietStyle {
    width: 10%;
    border-radius: 50%;
}

.two-d-card-diet {
    border-radius: 25px !important;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
    font-family: var(--egd-font-family) !important;
    background-color: #cbced21a;
    width: 100%;
    margin: auto;
}

.reschedulebtn {
    border-color: #1850a0;
    background-color: white;
    color: #1850a0;
    width: 80%;
    margin-left: 10px;
    border-radius: 25%;
}

.cancelbtn {
    border-color: #ff0000;
    background-color: white;
    color: #ff0000;
    width: 80%;
    margin: 10px;
    border-radius: 25%;
}

.dashdieth5 {
    margin: 10px;
}

.dietbtndiv {
    width: 100%;
}

.dietlist {
    display: inline;
    width: 10%;
}

.dietbtn {
    margin-left: 56%;
    margin-top: 10px;
}

.dietdivtextl {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 50%;
}

.dietdivtextr {
    padding-left: 15px;
    padding-right: 5px;
    float: right;
    width: 50%;
}

.dashddietcarddiv {
    display: inline-block;
    width: 85%;
}

.borderClass {
    border: 0.5px solid rgba(14, 14, 14, 0.3);
    border-radius: 10px;
    margin-bottom: 5px;
    list-style: none;
    padding: 12px;
}

.ulNewStyle {
    padding-inline-start: 0px;
}

.exeption {
    font-weight: bold;
    color: red;
}

/*ohp dashboard css ends*/

/* patient-view diet-tab */
.description-text {
    margin-left: 15px !important;
}

/* patient-view diet-tab */

/* Diet section css start */
.blueCenter {
    color: #004aad;
    text-align: center;
}

.plandetails {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.getplanbutton {
    background-color: #004aad;
    cursor: pointer;
    color: white;
    border-radius: 5rem;
    margin-top: 30px;
    text-align: center;
    padding: 10px;
    border: none;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100px;
}

.panel-details-text {
    margin-left: 20;
}

.getplan {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}

.imgStyleDS {
    width: 100%;
    border-radius: 5%;
    border-radius: 5%;
}

.liStyle {
    white-space: pre-line;
    list-style-type: none;
}

.diet-section-ui-g-div {
    height: 100%;
    justify-content: center;
}

/* Diet section css end */

/* fixes for mobile view */
.display-grid {
    display: grid;
}

.avatar-image {
    height: 125px;
    width: 125px;
    object-fit: scale-down;
    border-radius: 50%;
}

.buttons-space-around {
    justify-content: space-between;
    text-align: center;
    display: flex;
}

.textarea-box-input {
    color: black !important;
    opacity: 1 !important;
}

.WordWrap-break {
    word-break: break-word;
    white-space: pre-line;
}

/*Whatsapp CSS*/
.chatbtn {
    border: 1px solid black;
    border-radius: 15px;
    width: fit-content;
    text-decoration: none;
}

.text-black {
    color: black !important;
}

.whatsapp-social {
    width: 24px;
    height: auto;
}

.whatsapp-button {
    display: flex;
    justify-content: center;
}

/*pay succes buttons */
.transaction-success-buttons {
    display: flex !important;
    justify-content: center !important;
}

.flash-menu:after {
    content: ' \f060';
    font-family: 'FontAwesome';
    color: red;
    margin-left: 5px;
    animation: blinker 1s linear infinite;
}

/**toggle login changes*/
.togglebtngrp .btn {
    background-color: #fff !important;
    color: #004aad;
}

.togglebtngrp .btn.active {
    background-color: #004aad !important;
    color: #fff !important;
}

.left-btn {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.right-btn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/**toggle login changes ends*/
/*view details support side css starts*/
.nomargin {
    margin-top: 0px;
}

/*view details support side css ends*/
/*user request create css starts*/
.margint {
    margin-top: 1rem !important;
}

.phone-input {
    display: inline-flex;
    align-items: center;
    width: 100% !important;
}

.phone-pill {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #212121;
    border-radius: 20px;
    width: 100% !important;
}

.phone-code-user {
    padding: 6px 10px;
    margin-right: 6px;
}

.phone-pill input {
    border: none;
    outline: none;
    padding: 6px;
    margin: 0;
    background-color: transparent;
}

.phone-pill input:focus {
    box-shadow: none;
    background-color: white;
}

.input-pill1 {
    width: 100% !important;
    border-radius: 50rem !important;
    color: black !important;
    padding-left: 10px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.input-pill1 .ui-corner-right {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

.input-pill1-15px {
    width: 100% !important;
    border-radius: 15px !important;
    color: black !important;
}

.input-pill1-15px .ui-corner-right {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.font-weight-bold {
    font-weight: bold;
}

.custom-offset {
    margin-left: 3.33%;
}

/*user request create css ends*/
/*login page new changes starts*/
.toplogin {
    display: flex;
    justify-content: space-between;
    /* Align items at the start and end of the row */
    align-items: center;
    /* Vertically center items */
}

.getoptpbtn {
    background-color: white !important;
    border: none !important;
    text-decoration: underline !important;
    color: #004aad !important;
    font-weight: bold;
}

/*login page new changes ends*/
/*login page new changes ends*/
/*ayushupchar css changes starts*/
.center-ayush-logo
{
    flex: 1;
    display: flex;
    justify-content: center;
}
/*ayushupchar css changes ends*/

.VIpgJd-ZVi9od-aZ2wEe, .VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc, .VIpgJd-yAWNEb-L7lbkb  {
    display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: transparent !important;
    box-shadow: none !important;
}

