:root {
    --color-primary: #1d4ed8;
    --color-secondary: #9333ea;
    --color-accent: #f59e0b;
    --color-bg: #f3f4f6;
    --color-text: #374151;
    --color-light-grey: #545D68;
    --color-light-green: #6cbe81;
    --color-blue-main: #0551b5;
    --color-white: #FFFFFF;
    --color-main-background-color: #FAF8F5;
    --color-blue-header: #142c8e;
    --color-dirty-white: #EAECED;
    --color-dark-blue-title: #001435;
    --color-blue-link: #000ce0;
    --color-blue-link-hover: #002f87;
    --color-paypal-3: #009cde;
    --color-paypal-2: #003087;
    --color-paypal-1: #012169;
}


body {
    background: var(--color-main-background-color);
    font-family: Arial, Helvetica, sans-serif;
}

.position-relative {
    position: relative;
}

a {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.link-to-patient-history-detail {
    color: var(--color-text);
}

button {
    padding: 0;
}

.red-error {
    border-color: #FF0000 !important;
}

.back-link-holder a,
.back-link-holder a:visited {
    color: var(--color-paypal-1)
}

.back-link-holder {
    float: right;
    margin-top: -37px;
    font-size: 12px;
}

.show-hide-password {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 39px;
    width: 40px;
}

.password-validation-wrapper {
    width: 30%;
    margin: -8px auto 20px;
    ;
    padding-left: 60px;
}

.password-validation.valid {
    color: var(--color-light-green);
}

.password-validation.valid span {
    display: inline-block;
}

.password-validation span {
    display: none;
}

.password-validation {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 6px;
    color: var(--color-light-grey);
}

.general-body {
    margin: 0;
    padding: 0;
}

.light-grey {
    color: var(--color-light-grey);
}

.container {
    padding: 10px;
}

.wrapper {
    max-width: 400px;
    border: 1px solid #EAECED;
    border-radius: 12px;
    padding: 30px 10% 50px;
    margin: 120px auto 0;
    text-align: center;
    background-color: var(--color-white);
}

.login-signup-form {
    padding-top: 30px;
}

.form-input.password {
    margin-bottom: 8px;
}

.form-input {
    height: 54px;
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 12px;
    margin: 20px auto;
    border: 1px solid #EAECED;
    border-radius: 8px;
    width: calc(100% - 24px);
}

.form-button:hover {
    background-color: var(--color-paypal-3);
}

.form-button {
    background-color: var(--color-blue-main);
    border: 0 solid var(--color-blue-main);
    height: 48px;
    border-radius: 100px;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-weight: bold;
    margin: 20px auto;
    cursor: pointer;
}

.header {
    background-color: var(--color-blue-header);
    height: 96px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.inner-wrapper {
    max-width: 960px;
    height: 100%;
    margin: auto;
}

.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-logo-holder,
.header-logo-holder img {
    width: 120px;
}

.header-links {
    width: 60%;
    display: flex;
    align-items: center;
}

.header-nav-holder {
    margin-left: 20px;
}

.header-nav:hover {
    border-color: #d1f1ff;
}

.header-nav.active {
    background-color: #d1f1ff1a;
    border-color: var(--color-blue-header);
}

.header-nav {
    display: inline-block;
    color: #d1f1ff;
    font-weight: 400;
    font-size: 16px;
    background-color: var(--color-blue-header);
    border: 1px solid var(--color-blue-header);
    border-radius: 24px;
    padding: 0px 16px;
    height: 48px;
    line-height: 48px;
    margin-right: 8px;
}

.inner-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-content {
    min-height: 300px;
    margin-top: 110px;
    height: calc(100% - 110px);
}

.left-content {
    width: 40%;
    background: var(--color-white);
    border: 1px solid var(--color-dirty-white);
    border-radius: 10px;
    padding: 12px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}

.right-content {
    width: 56%;
    margin: 10px auto;
    padding: 0px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.right-content-icon .text-icon-holder {
    padding-top: 10px;
    font-weight: bold;
    text-decoration: none !important;
    color: var(--color-dark-blue-title);
}

.right-content-icon:visited,
.right-content-icon:visited .text-icon-holder {
    text-decoration: none;
}

.right-content-icon {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid var(--color-dirty-white);
    border-radius: 10px;
    padding: 12px 0px;
    margin-bottom: 20px;
    background-color: var(--color-white);
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}

.box-shadow {
    transition: box-shadow 0.2s ease-in-out;
}

.box-shadow:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(00, 0, 0, 0.06);
}

.current-admission:hover,
.right-content-icon:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(00, 0, 0, 0.06);
}

.right-content-icon .image-icon-holder {
    text-align: center;
}

.right-content-icon .image-icon-holder img {
    width: 60%;
}

.btn-logout {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-white);
    background: transparent;
    border: none;
    cursor: pointer;
}

.section-head {
    font-size: 18px;
    font-weight: bolder;
    color: var(--color-dark-blue-title);
}

.sub-section-head {
    font-size: 16px;
    font-weight: bolder;
    color: var(--color-dark-blue-title);
    margin-left: 30px;
    margin-top: 30px;
}

.current-admission {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid var(--color-dirty-white);
    border-radius: 10px;
    width: cal(100% - 32px);
    padding: 16px;
    margin-bottom: 20px;
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.admission-patient-name {
    color: var(--color-dark-blue-title);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
}

.admission-patient-details {
    font-size: 14px;
    color: var(--color-text);
    margin-bottom: 4px;
}

.admission-reason {
    font-size: 12px;
    color: var(--color-text);
}

.admission-room-number {
    color: var(--color-dark-blue-title);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
    text-align: right;
}

.admission-date-admitted {
    font-size: 14px;
    color: var(--color-text);
    margin-bottom: 4px;
    text-align: right;
}

.more-link:hover {
    text-decoration: underline;
    color: var(--color-blue-link-hover);
}

.more-link {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-blue-link);
    text-decoration: none;
}

.form-wrapper {
    width: calc(100% - 20px);
    padding: 10px 20px;
    border: 1px solid #EAECED;
    border-radius: 12px;
    margin: 20px auto 0;
    background-color: var(--color-white);
    min-height: 300px;
}

.box-border {
    border: 1px solid #EAECED;
    border-radius: 12px;
    background-color: var(--color-white);
}

.form-fieldset-wrapper {
    width: 90%;
    padding: 10px 20px;
    border: 1px solid #EAECED;
    border-radius: 12px;
    margin: 20px auto 0;
    background-color: var(--color-white);
}

.form-fieldset-inner-wrapper {
    width: 70%;
    padding: 4px 0;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-fieldset-inner-button-wrapper {
    width: 70%;
    padding: 4px 0;
    margin: 10px auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.form-text-settings-field {
    width: 240px;
    height: 54px;
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 12px;
    margin: 4px 0px;
    border: 1px solid #EAECED;
    border-radius: 8px;
}

.form-textarea.two-liner {
    height: 48px !important;
}

.form-textarea {
    width: 340px;
    height: 162px;
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 12px;
    margin: 4px 0px;
    border: 1px solid #EAECED;
    border-radius: 8px;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
}

.form-text-field {
    width: 340px;
    height: 54px;
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 12px;
    margin: 4px 0px;
    border: 1px solid #EAECED;
    border-radius: 8px;
}

.form-settings-select {
    width: 140px;
    height: 54px;
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 12px;
    margin: 4px 0px;
    border: 1px solid #EAECED;
    border-radius: 8px;
}

.form-label span {
    font-size: 12px;
    font-style: italic;
}

.form-label.for-prescription {
    line-height: 18px;
    padding-top: 20px;
}

.form-label {
    height: 54px;
    font-size: 16px;
    line-height: 54px;
}

.form-select {
    width: 366px;
    height: 54px;
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 12px;
    margin: 4px 0px;
    border: 1px solid #EAECED;
    border-radius: 8px;
}

.btn-add-field {
    width: 120px;
    color: var(--color-paypal-2);
    border: 2px solid var(--color-paypal-2);
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
    background: var(--color-white);
    cursor: pointer;
}

.btn-add-field:hover {
    background-color: var(--color-paypal-2);
    color: var(--color-white);
}

.btn-remove-field {
    width: 120px;
    color: var(--color-paypal-3);
    border: 2px solid var(--color-paypal-3);
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
    background: var(--color-white);
    cursor: pointer;
}

.btn-remove-field:hover svg path {
    fill: var(--color-white);
}

.btn-remove-field:hover {
    background-color: var(--color-paypal-3);
    color: var(--color-white);
}

.btn-link-holder {
    padding: 10px 0px;
    display: flex;
    flex-direction: row-reverse;
}

.btn-link:hover {
    background-color: var(--color-paypal-3);
    border-color: var(--color-paypal-3);
}

.btn-link {
    width: 160px;
    color: var(--color-white);
    border: 2px solid var(--color-paypal-2);
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    height: 44px;
    background: var(--color-paypal-2);
    cursor: pointer;
    float: right;
    clear: both;
}

.btn-print:hover,
.btn-cancel:hover,
.btn-submit:hover {
    background-color: var(--color-paypal-3);
    border-color: var(--color-paypal-3);
}

.btn-submit {
    width: 180px;
    color: var(--color-white);
    border: 2px solid var(--color-paypal-1);
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
    background: var(--color-paypal-1);
    cursor: pointer;
}

.btn-print {
    width: 180px;
    color: var(--color-white);
    border: 2px solid var(--color-paypal-1);
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
    background: var(--color-paypal-1);
    cursor: pointer;
    margin-right: 20px;
}

.btn-cancel {
    width: 180px;
    color: var(--color-white);
    border: 2px solid var(--color-paypal-2);
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    height: 54px;
    background: var(--color-paypal-2);
    cursor: pointer;
    margin-right: 20px;
}

.submit-button-wrapper {
    width: 90%;
    display: flex;
    flex-direction: row-reverse;
    margin: 20px auto;
}

.patient-details-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.patient-basic-details-holder,
.patient-other-details-holder {
    width: 100%;
    padding: 10px;
}

.patient-basic-details {
    margin: 14px;
}

.appointment-label {
    width: 100% !important;
}

.patient-basic-details span {
    font-size: 12px;
    color: var(--color-light-grey);
    width: 80px;
    display: inline-block;
}

.patient-edit-btn-holder {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 0;
}

.patient-history-holder {
    padding: 0 20px;
}

.patient-history-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.patient-history-header-title {
    width: 50%;
}

.patient-history-buttons-holder {
    width: 40%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.patient-history-details {
    padding: 10px;
    margin: 10px 0;
}

.patient-history-details-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.patient-history-details-column {
    width: 33%;
    padding: 0px;
}

.settings-link {
    width: 48%;
    /* flex: 1 0 40%; */
}

.instructions {
    color: var(--color-light-grey);
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

.settings-link-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.settings-link-item {
    padding: 20px;
    width: calc(100% - 40px);
    font-weight: bolder;
    color: var(--color-dark-blue-title);
    margin-bottom: 20px;

}

.fields-separator {
    width: 60%;
    border-top: 1px solid #EAECED;
    background-color: #FF0000;
    border-bottom: none;
    margin-top: 40px;
    margin-bottom: 40px;
}

[v-cloak] {
    display: none;
}

.prescription-preview-wrapper {
    text-align: center;
    margin: auto;
    padding: 20px;
}

.prescription-preview {
    width: 400px;
    border: 1px solid #000000;
    margin: auto;
    padding: 20px;
}

.preview-header1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.preview-header2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

.preview-header3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    white-space: pre-wrap;
}

.preview-details-holder {
    font-size: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.preview-rx-image-holder {
    display: flex;
    justify-content: flex-start;
}

.preview-rx-image-holder img {
    width: 30px;
    margin-top: 10px;
}

.preview-footer {
    margin-top: 400px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
}

.preview-next-appointment,
.preview-signatory {
    text-align: left;
}

.empty-prompt {
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

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

.text-red-600 {
    display: block;
    clear: both;
    text-align: center;
    margin-top: -10px;
    font-size: 12px;
    color: #FF5555;
}

.w-340 {
    width: 340px;
}

.float-right {
    float: right;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-end {
    justify-content: flex-end;
}

/* patients-list-table start */
#patients-table tbody tr td {
    padding-top: 14px;
    padding-bottom: 14px;
}

#patients-table tbody tr td:first-child {
    padding-left: 12px;
    font-weight: bold;
    color: var(--color-dark-blue-title);
    width: 20%;
}

#patients-table tbody tr td:nth-child(2) {
    width: 5%;
    text-align: center;
}

#patients-table tbody tr td:nth-child(3) {
    text-align: center;
}

#patients-table tbody tr td:nth-child(4) {
    text-align: center;
    width: 12%;
}

#patients-table tbody tr:nth-child(odd) {
    background-color: #f9fafb;
}

#patients-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

#patients-table tbody tr:hover {
    background-color: #edf2f7;
}

.cursor-pointer {
    cursor: pointer;
}

.pagination-btn {
    background: none;
    border: none;
    color: #012169;
    font-size: 12px;
    padding: 4px 10px;
    margin: 10px;
    cursor: pointer;
}

.search-field {
    width: calc(100% - 24px);
    margin-bottom: 20px;
}

/* patients-list-table end */

@media only screen and (max-width: 768px) {
    .desktop-visible {
        display: none;
    }

    .text-red-600 {
        width: 100%;
        text-align: center;
    }

    .wrapper {
        max-width: 90%;
        width: 90%;
        padding: 20px 5%;
        border: none;
        border-radius: 12px;
        margin: 0px auto 0;
    }

    .header-nav-holder {
        display: none;
    }

    .btn-link-holder {
        flex-direction: column;
    }

    .inner-header {
        padding: 0px 10px;
        width: calc(100% - 20px);
    }

    .inner-content {
        width: calc(100% - 30px);
        padding: 0 10px;
        flex-direction: column;
    }

    .right-content,
    .left-content {
        width: calc(100% - 20px);
    }

    .form-wrapper {
        width: calc(100% - 40px);
        padding: 6px 16px;
    }

    .form-fieldset-inner-wrapper {
        flex-direction: column;
        width: 100%;
    }

    .form-text-field {
        width: calc(100% - 24px);
    }

    .patient-details-holder {
        flex-direction: column;
    }

    .patient-basic-details-holder,
    .patient-other-details-holder {
        width: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .patient-edit-btn-holder {
        padding-top: 0px;
        flex-direction: column;
    }

    .patient-history-header {
        flex-direction: column;
    }

    .patient-history-buttons-holder {
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .patient-history-details-inner {
        flex-direction: column;
    }

    .patient-history-details-column {
        width: 100%;
    }

    .form-select {
        width: 100%;
    }

    .submit-button-wrapper {
        width: 100%;
        flex-direction: column-reverse;
    }

    .btn-submit,
    .btn-cancel,
    .btn-link,
    .btn-print {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    .form-text-settings-field {
        width: calc(100% - 24px);
    }

    .form-settings-select {
        width: 100%;
    }

    .mobile-menu-holder {
        position: fixed;
        right: 10px;
    }

    .mobile-menu-toggle {
        background: none;
        border: none;
        width: 40px;
        height: 40px;
        position: fixed;
        right: 10px;
        top: 26px;
    }

    .mobile-menu {
        position: fixed;
        top: 70px;
        right: 0px;
        padding-right: 20px;
        padding-left: 20px;
        height: 100vh;
        background-color: var(--color-blue-header);
    }

    .mobile-menu-item {
        padding: 16px 0;
    }

    .mobile-menu-item a {
        font-size: 16px;
        font-weight: bold;
        color: var(--color-white);
    }

    .mobile-menu-item a.active {
        color: var(--color-paypal-3);
    }

    .settings-link {
        width: 100%;
        margin-bottom: 20px;
    }

    .settings-link-holder {
        flex-direction: column;
    }

    .password-validation-wrapper {
        width: 100%;
        padding-left: 0;
    }

    .show-hide-password.account {
        top: 85px;
    }

    .form-textarea {
        width: calc(100% - 20px);
    }
}

@media only screen and (max-width: 375px) {

    .btn-submit,
    .btn-cancel,
    .btn-link,
    .btn-print {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding-bottom: 40px;
    }

    .form-textarea {
        width: calc(100% - 24px);
    }

    .submit-button-wrapper {
        width: 100%;
    }
}