﻿/*patient-myappointments*/

.custom-tab-appointment-active-button {
    width: 300px !important;
    height: 50px !important;
    box-shadow: none !important;
    border-bottom: 2px solid #3CD1F2 !important;
    background-color: #F5F7F8 !important;
    border-radius: 0px !important;
}

@media (max-width: 605px) {
    .custom-tab-appointment-active-button {
        width: 135px !important;
    }
}

.custom-tab-appointment-active-button-text {
    color: #08387E !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

@media (max-width: 605px) {
    .custom-tab-appointment-active-button-text {
        font-size: 10px !important;
    }
}

.custom-tab-appointment-button {
    width: 300px !important;
    height: 50px !important;
    box-shadow: none !important;
    border-bottom: 2px solid #B8C1CB !important;
    background-color: #F5F7F8 !important;
    border-radius: 0px !important;
}

@media (max-width: 605px) {
    .custom-tab-appointment-button {
        width: 135px !important;
    }
}

.custom-tab-appointment-button-text {
    color: black !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

@media (max-width: 605px) {
    .custom-tab-appointment-button-text {
        font-size: 10px !important;
    }
}

.custom-textfield-filter {
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    text-transform: unset !important;
    margin-top: 3px !important;
    box-shadow: none !important;
    width: 320px !important;
    height: 44px !important;
    margin-left: 0px !important;
    elevation: 0 !important;
    background-color: white !important;
}

.appointment-add-button {
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    text-transform: unset !important;
    margin-top: 3px !important;
    box-shadow: none !important;
    width: 226px !important;
    height: 44px !important;
    margin-left: 0px !important;
}

@media (max-width: 400px) {
    .appointment-add-button {
        margin-top: 15px !important;
        width: 40% !important;
        font-size: 8px !important;
    }
}

@media (min-width: 750px) and (max-width : 1260px) {
    .appointment-add-button {
        margin-top: 15px !important;
        width: 40% !important;
        font-size: 10px !important;
    }
}

.custom-appointment-content-container {
    width: 100% !important;
    height: 110px !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 10px !important;
}

.custom-appointment-content-patient-container {
    width: 100% !important;
    height: 120px !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 10px !important;
}

.custom-appointment-content-date-text {
    font-size: 20px !important;
    font-weight: 500 !important;
}

@media (max-width: 511px) {
    .custom-appointment-content-date-text {
        font-size: 10px !important;
    }
}

@media (max-width: 335px) {
    .custom-appointment-content-date-text {
        font-size: 8px !important;
    }
}

.custom-appointment-content-title-text {
    font-weight: 700 !important;
    font-size: 16px !important;
}

@media (max-width: 500px) {
    .custom-appointment-content-title-text {
        font-size: 10px !important;
    }
}

.custom-appointment-content-subtitle-text {
    font-weight: 400 !important;
    font-size: 14px !important;
}

@media (max-width: 500px) {
    .custom-appointment-content-subtitle-text {
        font-size: 10px !important;
    }
}

.custom-appointment-start-text {
    color: white !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

@media (max-width: 551px) {
    .custom-appointment-start-text {
        font-size: 10px !important;
        padding-top: 5px !important;
    }
}

.appointment-repeat-button {
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    text-transform: unset !important;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    box-shadow: none !important;
    width: 220px !important;
    height: 30px !important;
    margin-left: 0px !important;
}

@media (max-width: 500px) {
    .appointment-repeat-button {
        font-size: 8px !important;
        min-width: 35px !important;
        width: 38px !important;
        height: 70% !important;
    }
}

@media (min-width: 500px) and (max-width : 710px) {
    .appointment-repeat-button {
        font-size: 10px !important;
        width: 80px !important;
        height: 70% !important;
    }
}

.appointment-started-button {
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-transform: unset !important;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    box-shadow: none !important;
    width: 220px !important;
    height: 35px !important;
    background-color: white !important;
    color: #3CD1F2 !important;
}

@media (max-width: 551px) {
    .appointment-started-button {
        font-size: 8px !important;
        width: 100px !important;
        height: 80% !important;
    }
}

.appointment-cancel-container {
    border-radius: 42px !important;
    text-transform: unset !important;
    margin-bottom: 5px !important;
    box-shadow: none !important;
    width: 200px !important;
    height: 32px !important;
    background-color: #FF66661A !important;
    float: left !important;
    font-size: 18px !important;
    font-weight: 600;
    text-align: center;
    color: #FF6666;
    padding-top: 4px !important;
}

@media (max-width: 500px) {
    .appointment-cancel-container {
        width: 65px !important;
        height: 75% !important;
        font-size: 8px !important;
        padding: 0px !important;
        padding-top: 4px !important;
    }
}

@media (min-width: 500px) and (max-width : 710px) {
    .appointment-cancel-container {
        width: 100px !important;
        height: 25px !important;
        font-size: 10px !important;
    }
}

@media (max-width: 300px) {
    .appointment-cancel-container {
        width: 42px !important;
        height: 70% !important;
        font-size: 7px !important;
        padding: 0px !important;
        padding-top: 4px !important;
    }
}

.appointment-fail-container {
    border-radius: 42px !important;
    text-transform: unset !important;
    margin-bottom: 5px !important;
    box-shadow: none !important;
    width: 200px !important;
    height: 32px !important;
    background-color: #FFA8001A !important;
    float: left !important;
    font-size: 18px !important;
    font-weight: 600;
    text-align: center;
    color: #FFA800;
    padding-top: 4px !important;
}

@media (max-width: 500px) {
    .appointment-fail-container {
        width: 70px !important;
        height: 75% !important;
        font-size: 8px !important;
        padding: 0px !important;
        padding-top: 4px !important;
    }
}

@media (min-width: 500px) and (max-width : 710px) {
    .appointment-fail-container {
        width: 90px !important;
        height: 25px !important;
        font-size: 10px !important;
        padding: 0px !important;
        padding-top: 4px !important;
    }
}

@media (max-width: 310px) {
    .appointment-fail-container {
        width: 44px !important;
        height: 70% !important;
        font-size: 6px !important;
        padding: 0px !important;
        padding-top: 4px !important;
    }
}

.custom-dialog-appointment-info {
    padding: 20px 2px 2px;
    align-items: center;
    border-radius: 12px !important;
    background: white !important;
    width: 98% !important;
    height: 250px !important;
}


.custom-dialog-appointment-delete {
    padding: 20px 2px 2px;
    align-items: center;
    border-radius: 12px !important;
    background: white !important;
    width: 550px !important;
    height: 340px !important;
}

@media (max-width: 480px) {
    .custom-dialog-appointment-delete {
        width: 400px !important;
    }
}

.appointment-dialog-button {
    font-size: 16px !important;
    font-weight: 500;
    padding: 15px !important;
    border-radius: 12px !important;
    text-transform: unset !important;
    margin: 10px !important;
    box-shadow: none !important;
}

.custom-input > .mud-input-control-input-container > div.mud-input.mud-input-text {
    border: 0px solid white !important;
    background-color: white;
    height: 40px;
    padding: 10px;
    margin-top: 5px !important;
    border-radius: 8px
}

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text.custom-input {
    border: 0px solid white !important;
    background-color: white;
    height: 40px;
    padding: 10px;
    margin-top: 5px !important;
    border-radius: 8px
}

.mud-input.mud-input-underline.custom-input:before {
    border-bottom: 0px !important;
}

.mud-input.mud-input-underline.custom-input:after {
    border-bottom: 0px !important;
}

.appointment-screenlabel-text {
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 15px 0px 0px 0px;
}

.appointment-container {
    border-top: 1px solid #D9D9D9 !important;
    padding: 0px !important;
    padding-top: 10px !important
}

.custom-avatar {
    height: 55px;
    width: 55px;
}

/*patient-myappointments-add*/

.custom-appointment-add-container {
    width: 100% !important;
    height: 450px !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 10px !important;
}

.custom-appointment-info-div {
    background-color: rgba(60, 209, 242, 0.1) !important;
    border-left-color: rgba(60, 209, 242, 1) !important;
    border-left-width: 5px !important;
    color: rgba(60, 209, 242, 1) !important;
    width: 98% !important;
    height: 7% !important;
    margin-left: 1% !important;
}

@media (max-width: 326px) {
    .custom-appointment-info-div {
        height: 9% !important;
    }
}

.custom-appointment-info-div-text {
    font-size: 15px !important;
    font-weight: 600 !important;
    padding-top: 2px !important;
}

.custom-appointment-title-text {
    font-size: 24px !important;
    font-weight: 700 !important;
    padding-top: 7px !important;
}

@media (max-width: 480px) {
    .custom-appointment-title-text {
        font-size: 18px !important;
        padding-top: 11px !important;
    }
}

.custom-appointment-add-button-responsive {
    display: flex !important;
}

@media (max-width: 700px) {
    .custom-appointment-add-button-responsive {
        display: none !important;
    }
}

.custom-appointment-add-button-responsive-small {
    display: none !important;
}

@media (max-width: 700px) {
    .custom-appointment-add-button-responsive-small {
        display: flex !important;
    }
}

.custom-appointment-div {
    text-align: center !important;
    padding: 10px 150px 10px 150px !important;
}

@media (max-width:600px) {
    .custom-appointment-div {
        padding: 10px !important;
    }
}

@media (min-width:1200px) {
    .custom-appointment-div {
        padding: 10px 250px 10px 250px !important;
    }
}

.custom-dialog-appointment-slot {
    padding: 10px 2px 2px;
    align-items: center;
    border-radius: 12px !important;
    background: white !important;
    width: 550px !important;
    height: 330px !important;
}

@media (max-width:600px) {
    .custom-dialog-appointment-slot {
        width: 98% !important;
    }
}

@media (max-width:600px) {
    .custom-slot-dialog-title-container {
        width: 95% !important;
    }
}

@media (max-width:600px) {
    .custom-slot-dialog-title-text {
        font-size: 13px !important;
    }
}

@media (max-width:400px) {
    .custom-slot-dialog-title-text {
        font-size: 9px !important;
    }
}

.custom-dialog-appointment-slot-subcontainer {
    border-top: 1px solid #D9D9D9 !important;
    padding-top: 15px !important;
    margin-top: 10px !important;
    width: 495px !important;
    height: 220px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

@media (max-width:600px) {
    .custom-dialog-appointment-slot-subcontainer {
        width: 100% !important;
    }
}

.custom-scroll::-webkit-scrollbar {
    width: 4px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(60, 209, 242, 1);
    border-radius: 4px;
}

.appointment-slotvalue-container {
    border-radius: 8px !important;
    box-shadow: none !important;
    width: 130px !important;
    height: 50px !important;
    float: left !important;
    font-size: 18px !important;
    text-align: center;
    padding-top: 10px !important;
}

@media (max-width:500px) {
    .appointment-slotvalue-container {
        width: 100px !important;
    }
}
@media (max-width:400px) {
    .appointment-slotvalue-container {
        width: 100% !important;
        font-size:15px !important;
    }
}

.custom-dialog-appointment-add-approve {
    align-items: center;
    border-radius: 12px !important;
    background: white !important;
    width: 386px !important;
    height: 460px !important;
}

@media (max-width: 480px) {
    .custom-dialog-appointment-add-approve {
        width: 275px !important;
    }
}

.custom-dialog-appointment-add-approve > div.outline-none > div > div.mud-dialog-content {
    padding: 0px !important;
}

.custom-dialog-appointment-add-approve > div.mud-dialog-title > button.mud-button-close {
    color: white !important;
}

.custom-appointment-add-dialog-approve-key {
    font-size: 16px !important;
    font-weight: 500 !important;
}

@media (max-width: 480px) {
    .custom-appointment-add-dialog-approve-key {
        font-size: 12px !important;
    }
}

.custom-appointment-add-dialog-approve-value {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: rgba(8, 56, 126, 1) !important;
}

@media (max-width: 480px) {
    .custom-appointment-add-dialog-approve-value {
        font-size: 12px !important;
    }
}

.custom-appointment-add-dialog-approve-container {
    text-align: center !important;
    width: 386px !important;
    height: 115px !important;
    background-color: #3CD1F2 !important;
    margin: 0px !important;
    padding:15px !important;
}

@media (max-width: 480px) {
    .custom-appointment-add-dialog-approve-container {
        width: 275px !important;
    }
}

.custom-appointment-add-dialog-approve-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: white !important;
}

@media (max-width: 480px) {
    .custom-appointment-add-dialog-approve-title {
        font-size: 18px !important;
    }
}

.custom-appointment-add-dialog-approve-subtitle {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: white !important;
}

@media (max-width: 480px) {
    .custom-appointment-add-dialog-approve-subtitle {
        font-size: 12px !important;
    }
}

.custom-appointment-add-button-text {
    font-size: 16px;
    text-transform: capitalize !important;
}

.custom-appointment-add-dilaog-title {
    border-bottom: 1px solid rgba(184, 193, 203, 0.2) !important;
    padding: 20px !important;
}

/*patient-myappointments-update*/

.custom-appointment-update-container {
    width: 100% !important;
    height: 39% !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 10px !important;
}

@media (max-width:600px) {
    .custom-appointment-update-container {
        height: 75% !important;
    }
}

.custom-appointment-doctordetail-container {
    width: 100% !important;
    height: 29% !important;
    background: white !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

@media (max-width:600px) {
    .custom-appointment-doctordetail-container {
        height: 40% !important;
    }
}

.custom-appointment-update-subtitle {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 5px !important;
}

@media (max-width:480px) {
    .custom-appointment-update-subtitle {
        font-size: 10px !important;
    }
}

.custom-appointment-update-responsive {
    display: flex !important;
}

@media (max-width: 600px) {
    .custom-appointment-update-responsive {
        display: none !important;
    }
}

.custom-appointment-update-responsive-small {
    display: none !important;
}

@media (max-width: 600px) {
    .custom-appointment-update-responsive-small {
        display: contents !important;
    }
}

.custom-dialog-appointment-update {
    padding: 20px 2px 2px;
    align-items: center;
    border-radius: 12px !important;
    background: white !important;
    width: 98% !important;
    height: 320px !important;
}

.custom-appointment-repeat-datetext {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 5px !important;
    color: rgba(60, 209, 242, 1) !important;
}

@media (max-width: 300px) {
    .custom-appointment-repeat-datetext {
        font-size: 10px !important;
    }
}

.custom-appointment-container-responsive {
    display: contents !important;
}

@media (max-width: 750px) {
    .custom-appointment-container-responsive {
        display: none !important;
    }
}

.custom-appointment-container-responsive-small {
    display: none !important;
}

@media (max-width: 750px) {
    .custom-appointment-container-responsive-small {
        display: contents !important;
    }
}

.custom-paging > ul.mud-pagination > li.mud-pagination-item > * {
    margin:0px !important;
}

/*doctor-mydoctorappointments*/

.appointment-doctor-button {
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-transform: unset !important;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    box-shadow: none !important;
    height: 30px !important;
    margin-left: 0px !important;
    background-color: white !important;
    color: #08387E !important
}

@media (max-width: 500px) {
    .appointment-doctor-button {
        font-size: 8px !important;
        min-width: 35px !important;
        width: 38px !important;
        height: 70% !important;
    }
}

@media (min-width: 500px) and (max-width : 710px) {
    .appointment-doctor-button {
        font-size: 10px !important;
        width: 80px !important;
        height: 70% !important;
    }
}

.mud-input > input.mud-input-root-outlined.mud-input-root-adorned-end, div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-end {
    display: flex !important;
}