﻿.card-documentation {
    background-color: #E5E4FF;
    border: 2px solid #b7b5ff;
}

.form-box {
    background-color: #e5fff1;
    border: 1px solid #ccc;
}

.username {
    color: var(--primary-color);
}

.left-navbar {
    background-color: #019644;
}

.card-patient {
    height: 350px;
    margin-top: 40px;
    border-radius: 10px;
    background: linear-gradient(97.45deg, #AFFFFA -0.93%, #D7FFCD 49.69%, #B6CAFF 105.56%);
    flex-direction: column;
    box-shadow: 0px 15px 15px 0px #00000040;
    /*min-width: 675px;*/
    max-width: 675px;
}

    .card-patient p {
        font-size: 18px;
        font-weight: 500;
        margin-top: 20px;
    }

.card-profile {
    height: 160px;
    align-items: center;
    justify-content: flex-start;
    border: hidden;
    box-shadow: 0px 15px 15px 0px #00000040;
    border-radius: 10px;
    background: #F9DAAC;
}

.card-history {
    height: 160px;
    align-items: center;
    justify-content: flex-start;
    background-color: #AFFFC6;
    border: hidden;
    box-shadow: 0px 15px 15px 0px #00000040;
    border-radius: 10px;
}

.card-profile, .card-history, .card-documentation {
    max-width: 390px;
    margin: 0;
    margin-top: 10px;
    padding: 40px;
    text-align: right;
    margin-bottom: 20px;
}

.card-text p {
    font-size: 18px;
    font-weight: 500;
}

.patient .btn-primary, .patient .btn-primary:hover {
    background-color: #019644 !important;
    border-color: #019644 !important;
}

.patient .profile-btn, .patient .profile-btn:hover {
    background-color: #E59923 !important;
    border-color: #E59923 !important;
}

.patient .medical-btn, .patient .medical-btn:hover {
    background-color: #019644 !important;
    border-color: #019644 !important;
}

.patient .document-btn, .patient .document-btn:hover {
    background-color: #6C5CE7 !important;
    border-color: #6C5CE7 !important;
}

.card-documentation {
    margin-top: 10px;
    height: 160px;
    align-items: center;
    justify-content: flex-start;
    background-color: #B6CAFF;
    border: hidden;
    box-shadow: 0px 15px 15px 0px #00000040;
    border-radius: 10px;
}

.btn-dashboard {
    padding: 6px 2px;
    font-size: 14px;
}

.mmj-card .breadcrumb-item a {
    font-weight: 400;
}

.mmj-card .accordion-button.collapsed {
    color: #016E32;
    background-color: #b2f4d04f;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}

.mmj-card .accordion-button {
    background-color: #B2F4D0;
    color: #016E32;
    background-color: #B2F4D0;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}

.mmj-card .accordion-item {
    margin-bottom: 20px !important;
}

.accordion-item {
    overflow: hidden;
    border: 1px solid #016e32 !important;
    border-radius: 10px !important;
}

.mmj-card .accordion-button:focus,
.mmj-card .form-select:focus {
    border: none;
    box-shadow: none;
}

.mmj-card .form-control,
.mmj-card .form-select {
    height: 35px;
    width: 260px;
    border: 1px solid #d3d3d3 !important;
}

.mmj-card .form-label {
    font-weight: 500;
}

.mmj-card .form-control::placeholder {
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 400;
}

.mmj-card .form-select {
    font-size: 14px;
}

.mmj-card .form-group {
    margin-bottom: 10px;
}

.mmj-card .genders .form-radio {
    margin-top: -10px;
}

.mmj-card .genders {
    width: 230px;
    margin-top: 5px;
}

    .mmj-card .genders .form-label {
        font-size: 14px !important;
    }

.mmj-card .form-radio,
.mmj-card .form-check {
    accent-color: #01803A;
    height: 18px;
    min-width: 18px;
    margin-top: 0px !important;
    cursor: pointer;
}

.mmj-card .form-check {
    margin: 10px 20px;
    font-weight: 500;
}

.mmj-card .actions .save-next,
.mmj-card .actions .save-next:hover {
    border: 2px solid #21A35B !important;
    color: #21A35B !important;
    font-size: 20px;
    background-color: transparent;
    font-weight: 400;
}

    .mmj-card .actions .save-next:hover, .mmj-card .actions .save-next:focus {
        background-color: #21A35B !important;
        color: #fff !important;
    }

.mmj-card .modal-content {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 0;
}

.mmj-card .modal-header {
    background: var(--primary-color);
    border-radius: 0;
    justify-content: center;
}

.mmj-card .modal-title {
    position: absolute !important;
    color: #fff;
}

.mmj-card .modal-header .btn-close {
    opacity: 1;
    filter: invert();
}

.mmj-card .modal-body {
    padding: 25px 85px !important;
    font-size: 18px;
    font-weight: 500;
}

.mmj-card .modal-footer {
    justify-content: center;
}

    .mmj-card .modal-footer .btn {
        padding: 5px;
        font-weight: 100;
        min-width: 140px;
    }

    .mmj-card .modal-footer .btn-danger {
        background-color: #A90000;
    }

.prof-info > .col-sm-6:nth-child(even) {
    max-width: 525px;
}

.prof-info .textarea::placeholder {
    font-size: 12px !important;
}

.mmj-card .textarea {
    width: 800px !important;
    border: 1px solid #878787;
    padding: 10px;
    resize: none;
}

@media(max-width:1320px) {
    .prof-info > .col-sm-6 {
        width: 100%;
        margin-left: 0;
    }

        .prof-info,
        .prof-info > .col-sm-6 > .form-group {
            justify-content: center !important;
        }

            .prof-info .textarea {
                width: 100% !important;
            }
}

.profile-information .textarea-container {
    display: flex;
    justify-content: center;
    padding-left: 268px;
}

.medical-history .textarea {
    width: 100% !important;
}

.textarea::placeholder {
    font-size: 14px;
}

.mmj-card .body-dimensions .form-control {
    width: 50px !important;
    font-size: 14px;
    border: 1px solid #000000 !important;
    border-right: hidden !important;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0;
    text-align: center;
}

.medical-history .body-dimensions input + span::after, select + span::after {
    color: #fff;
    background: var(--primary-color);
    padding: 5.5px 15px;
    position: absolute;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.medical-history .body-dimensions select.height-ft + span::after {
    content: "ft";
}

.medical-history .body-dimensions select.height-in + span::after {
    content: "in";
}

.medical-history .body-dimensions input.weight-lb + span::after {
    content: "lb";
}

.height-group {
    display: flex;
    justify-content: space-between;
    margin-right: 100px;
}

.medical-history .medical-responses {
    width: 100%;
    overflow-y: auto;
    border: 1px solid #d3d3d3;
}

    .medical-history .medical-responses .heading-sm.legend {
        position: absolute;
        bottom: 480px;
        background: #fff;
        right: 270px;
        padding: 0 5px;
        font-weight: 600;
    }

    .medical-history .medical-responses .responses-list {
        margin-top: 20px;
    }

        .medical-history .medical-responses .responses-list .list-item:first-child {
            margin-left: 20px;
        }

        .medical-history .medical-responses .responses-list .list-item {
            margin: 5px 10px;
            font-weight: 500;
            margin-left: 55px;
        }

.options-container .form-label {
    font-weight: 400;
}

.medical-history .notice-text {
    font-weight: 400;
    font-size: 14px;
}

.medical-history .file-upload-container .file-upload-icon {
    background-color: #ABFFD1;
    padding: 10px;
    margin-right: 5px;
}

.medical-history .file-upload-container .file-upload-text {
    background-color: #E2FBED;
    padding: 10px;
    padding-left: 0;
    color: #666666;
    font-weight: 400;
    cursor: pointer;
}

.medical-history .file-upload-container .filename-text {
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    color: #333333;
}

.mmj-card .documents .image-container {
    width: 100%;
    height: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.mmj-card .documents .text-muted {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.mmj-card .documents .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mmj-card .documents .user-image-container {
    margin-top: 10px;
}

.mmj-card .documents .document-image-container {
    margin-top: 30px;
}

.mmj-card.summary .accordion-button::after {
    display: none;
}

.summary .accordion-item .edit-link {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    z-index: 2;
    font-weight: 600;
}

.summary .accordion-item .edit-icon {
    height: 13px;
    width: 13px;
    position: relative;
    top: -2px;
    margin: 2px;
    right: 3px;
    filter: invert();
}

.mmj-card.summary .heavy {
    font-weight: 600;
}

.mmj-card.summary .light {
    font-weight: 400;
}

.accordion-button:hover {
    z-index: 1;
}

.mmj-card.summary .accordion-body .responses {
    font-size: 16px;
    font-weight: 400;
}

.mmj-card.summary .extra.light {
    font-size: 10px;
}

.user-img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.card-profile-picture {
    margin-top: 10px;
    align-items: center;
    justify-content: flex-start;
    background-color: #EEFDF8;
    border: 2px solid #9dffbb;
    border-radius: 10px;
    padding: 20px;
}

.card-license {
    margin-top: 10px;
    align-items: center;
    justify-content: flex-start;
    background-color: #F2F1FF;
    border: 2px solid #B7B5FF;
    border-radius: 10px;
    padding: 20px;
}

.btn-outline-document {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    font-size: 18px;
}

    .btn-outline-document:hover, .btn-outline-document:hover {
        background-color: var(--primary-color) !important;
        color: #ffffff !important;
        border-color: var(--primary-color) !important;
        font-size: 18px;
    }

.form-box {
    max-width: 400px;
    padding: 20px;
    border-radius: 10px;
}

.calendar {
    height: 310px;
}

.btn-browse {
    border: none;
    color: #ffffff;
    padding: 0;
}

    .btn-browse:hover, .btn-browse:focus {
        border: none;
        color: #ffffff;
    }

.btn-take-picture {
    background-color: #5A57DF;
    width: 250px;
    border: none;
    color: #ffffff;
}

    .btn-take-picture:hover, .btn-take-picture:focus {
        background-color: #5A57DF;
        border: none;
        color: #ffffff;
    }

.btn-upload {
    width: 250px;
}

.patient-personal-info .row .col-sm-4 {
    margin: 5px 0 !important;
}


.profile-image-container {
    height: 260px;
    width: 260px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
    max-height: 260px;
}

    .profile-image-container #openMedicalImageLabel {
        text-align: center;
        max-width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 20px;
        font-weight: 500;
    }

.license-image-container {
    height: 260px;
    width: 461px;
    border: 1px solid #d3d3d3;
    border-radius: 10px
}

#uploadedLicenseImage, #uploadedProfileImage {
    height: 100%;
    width: 100%;
    object-position: center;
}

#uploadedProfileImage {
    /*border-radius: 19.5px;*/
    object-fit: contain;
    width: 90% !important;
    margin: auto;
}

#uploadedLicenseImage {
    border-radius: 10px;
    object-fit: fill;
}

.summary #uploadedProfileImage {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.summary a:has(#uploadedProfileImage) {
    height: 200px;
    width: 200px;
    display: block;
}

.doctor-image {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid green;
    padding: 3px;
}

.doctor-name {
    font-size: 3rem;
    /*margin-left: 10px;*/
    font-weight: 600;
    color: #019644;
}

.status-name {
    align-items: center;
    position: relative;
    top: -20px;
    justify-content: end;
    font-size: 18px;
    font-weight: 500;
    margin: 15px;
    margin-left: -15px;
}

.card-patient .text-muted {
    font-size: 15px;
    font-weight: 500;
    color: #000 !important;
}

.card-patient .documents {
    justify-content: center;
    display: flex;
    align-items: center;
    border-right: 3px solid #d3d3d3;
}

    .card-patient .documents.last {
        border-right: none;
    }

.progress-container {
    margin: 50px auto;
    position: relative;
    list-style: none;
    padding: 0;
}

    .progress-container li {
        display: flex;
        align-items: center;
        position: relative;
        margin: 35px 0;
    }

        .progress-container li:has(.step.pending) {
            margin-top: 10px;
        }

.step {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-size: 14px;
    margin-right: 10px;
}

    .step:not(:last-child)::after {
        content: "";
        display: block;
        height: 50px;
        width: 2px;
        background: #ccc;
        margin-top: 70px;
    }

.last.step::after {
    display: none;
}

.completed.step:not(:last-child)::after {
    background: #4CAF50;
    margin-top: 65px;
    height: 70px;
}

.user-type,
.status {
    flex: 1;
    font-size: 20px;
}

.user-type {
    text-align: right;
    padding-right: 15px;
    font-weight: 500;
}

.status {
    text-align: left;
    font-weight: 500;
    padding-left: 5px;
}

    .status.completed {
        color: #019644;
        background: transparent;
    }

    .status.pending {
        color: #ccc;
        background: transparent;
    }

    .status span {
        margin-top: -100px;
        font-size: 14px;
        color: #9d9d9d;
        position: relative;
        top: -5px;
    }

    .status p {
        margin-bottom: 0;
    }

.completed {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: white;
}



.errormsg-profile-image, .errormsg-license-image {
    text-align: center;
    margin-top: 25px;
}

.errormsg-medical-record-image {
    /*position: relative;
    top: 50px;
    right: 150px;*/
}

/*-------------Email OTP code input CSS*/
.forgot-pass, .row-code .form-control {
    font-family: var(--primary-font)
}

.row-code {
    display: flex;
    max-width: 178px;
    margin: 15px auto auto
}

    .row-code .form-control {
        width: 38px;
        height: 60px;
        margin: 0 4px;
        padding: 5px;
        text-align: center;
        font-size: 15px;
        border-radius: 4px;
        border-color: #c4c4c4
    }

.card-patient .no-appointment {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 18px;
    flex-direction: column;
    font-weight: 500;
    color: #000 !important;
}

.user-profile {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
}

.col-sm-6:has(.user-profile) {
    padding-left: 150px;
}
/*Calender CSS*/

.calendar {
    min-height: 510px;
    max-height: 510px;
    min-width: 560px;
    background: #F0FCF5;
    padding: 40px;
    border-radius: 10px;
    height: 100% !important;
    box-shadow: 0px 15px 15px 0px #00000040
}

.fc .fc-scrollgrid-liquid,
.fc .fc-scrollgrid-section-body table {
    height: 100% !important;
    width: 100%;
}

.fc .fc-daygrid-body,
.fc .fc-scrollgrid table {
    width: 100% !important;
}

.fc .fc-daygrid-day-number {
    padding: 10px 15px !important;
    font-size: 18px !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent !important
}

    .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
        background-color: #019644;
        color: #fff;
    }

.fc .fc-col-header-cell-cushion {
    font-size: 20px;
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td, .fc-theme-standard th {
    border: 0px !important;
}

.fc .fc-scrollgrid-section-body table {
}

.fc .fc-button-primary, .fc .fc-button-primary:hover, .fc .fc-button:disabled {
    font-size: 20px;
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

    .fc .fc-button-primary:hover,
    .fc .fc-daygrid-day-number:hover {
        background-color: #019644 !important;
        color: #fff !important;
    }

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 30px;
}

.fc-scrollgrid-sync-table {
    margin-left: 0px !important;
    margin-top: 15px !important;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-body table td {
    border: 1px solid var(--fc-border-color) !important;
}

.fc .fc-daygrid-day-events {
    margin-top: 0px;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 0;
}

.fc .fc-daygrid-day-top {
    flex-direction: column-reverse;
}



#uploadedLicenseImage {
    object-fit: contain;
    max-width: 500px;
    max-height: 250px;
}

#openLicenseImageLabel img#uploadedLicenseImage {
    width: 300px;
    height: 180px;
}


/*-------Accordion submit ico css-------*/
/* Style the accordion button */
.mmj-card .accordion-button {
    position: relative;
    padding-right: 80px;
}

    /* Style the down arrow image */
    .mmj-card .accordion-button::after {
        content: '';
        position: absolute;
        right: 30px;
        background-image: url("/images/down-arrow.png");
    }

/* Style the check icon image */
.custom-button {
    background-color: dimgrey;
    color: #fff;
    padding: 10px 10px;
    border: none;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 20px;
    border-radius: 10px;
}



/*.custom-button {
    background-color: dimgrey;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
}*/

#suggestedSlots {
    max-width: 400px;
    margin: 0 auto;
    /* text-align: center;*/
    margin-top: 20px;
}

.mmj-card .accordion-button.submitted::before {
    content: '';
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translateY(-50%);
    /*background-image: url(/images/check-icon.png);*/
    background-image: url("data:image/svg+xml,%3Csvg class='mx-2 mt-1' width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1666_1200' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath d='M20 0H0V20H20V0Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_1666_1200)'%3E%3Cpath d='M10 0C4.48578 0 0 4.48578 0 10C0 15.5142 4.48578 20 10 20C15.5142 20 20 15.5142 20 10C20 4.48578 15.5142 0 10 0Z' fill='%2309C81C' /%3E%3Cpath d='M15.0682 7.87976L9.65152 13.2963C9.48901 13.4588 9.2757 13.5406 9.06238 13.5406C8.84906 13.5406 8.63574 13.4588 8.47324 13.2963L5.76495 10.588C5.43903 10.2622 5.43903 9.73553 5.76495 9.40976C6.09073 9.08383 6.61731 9.08383 6.94324 9.40976L9.06238 11.5289L13.89 6.70147C14.2157 6.37555 14.7423 6.37555 15.0682 6.70147C15.394 7.02725 15.394 7.55383 15.0682 7.87976Z' fill='%23FAFAFA' /%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: 33px 32px;
    /*border: 1px solid green;*/
    border-radius: 50%;
}

.prof-info .row > .col-sm-6 {
    width: calc(50% - 20px);
    margin-bottom: 15px;
}

.prof-info .row .col-sm-5 .heavy {
    margin-left: 20px;
}

.patient #dropdownMenuLink.show-arrow::after {
    border-top: 7px solid #019644;
}

.summary .responses .col-sm-4 {
    font-weight: 500;
}

.i-icon-not-applicable {
    position: absolute;
    padding: 0 !important;
    padding-left: 6px !important;
    padding-right: 7px !important;
    font-size: 11px;
    margin-top: 3px;
    color: #000;
    border: 1px solid #6b6b6b !important;
    font-weight: 500;
    border-radius: 50%;
    margin-left: 2.5px;
}

.edit-icon-svg-patient svg {
    fill: #019644 !important;
}

.edit-icon-svg-doc {
    position: relative;
    height: 30px;
    width: 30px;
    top: 220px !important;
    cursor: pointer;
}

.doc-browse-btn {
    color: #524ed7 !important;
    border-color: #524ed7 !important;
    /* background-color: #B7B5FF !important;*/
}

    .doc-browse-btn:active, .doc-browse-btn:hover {
        color: #fff !important;
        border-color: #524ed7 !important;
        background-color: #524ed7 !important;
    }

.doc-upload-btn {
    color: #fff !important;
    border-color: #524ed7 !important;
    background-color: #524ed7 !important;
}

    .doc-upload-btn:active, .doc-upload-btn:hover {
        color: #fff !important;
        border-color: #524ed7 !important;
        background-color: #524ed7 !important;
    }

.doc-img-upload-btn {
    color: #fff !important;
    border-color: #019644 !important;
    background-color: #019644 !important;
}

    .doc-img-upload-btn:active, .doc-img-upload-btn:hover {
        color: #fff !important;
        border-color: #019644 !important;
        background-color: #019644 !important;
    }

.medical-invalid-text {
    margin-top: 35px;
    margin-left: -50px
}

.summary .summary-img-container {
    width: 200px;
    height: 200px;
    /*margin: auto;*/
    overflow: hidden;
    border: 0px solid #d3d3d3;
    border-radius: 10px;
    padding: 0;
}

.summary .license-img-link, .headshot-img-link {
    height: 200px;
    width: 400px;
    display: block;
    border: 1px solid #d3d3d3;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.summary .headshot-img-link {
    width: 200px;
    padding: 0;
}

    .summary .license-img-link img, .summary .headshot-img-link img, .summary .summary-img-container img {
        height: 100%;
        width: 100%;
        display: block;
        object-fit: contain;
        border-radius: 0 !important;
    }

/*.wrapper-profile .profile-image-container, .common-edit-profile .profile-image-container {
    height: 200px;
    width: 200px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
}*/

.wrapper-profile .profile-image-container, .common-edit-profile .profile-image-container {
    height: 200px;
    width: 200px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

    .wrapper-profile .profile-image-container img, .common-edit-profile .profile-image-container img {
        height: 100%;
        width: 100%;
        display: block;
        object-fit: contain;
    }

/*.wrapper-profile .license-image-container {
    height: 200px;
    width: 400px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 10px;
}*/

.wrapper-profile .license-image-container {
    height: 200px;
    width: fit-content;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 10px;
    max-width: 400px;
}

    .wrapper-profile .license-image-container img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.suggested-slots-heading {
    text-align: left !important;
    font-size: 30px;
    color: #019644;
    font-weight: 600;
}

.na-check-margin {
    margin-top: 24px;
}
