.app-font-weight-bold {
    font-weight: bold;
}

.app-z-index-1 {
    z-index: 0;
}

.app-display-flex {
    display: inline-flex;
}

.app-display-none {
    display: none !important;
}

.app-display-inline-block {
    display: inline-block;
}

.app-margin-top-2-pixels {
    margin-top: 2px;
}

.app-height-25-pixels {
    height: 25px;
}



/* .app-pagination-to-last,
.app-pagination-to-first {
    border: 2px solid #2ca8ff;
    height: 25px;
    padding: 2px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px !important;
} */

/* .app-margin-left-10 {
    margin-left: 10px !important;
} */

.app-d-inline {
    display: inline;
}

.app-width-fit-content {
    width: fit-content !important;
}

.app-width-50 {
    width: 50% !important;
}
.app-width-65{
    width : 65% !important;
}
.app-width-60{
    width : 60% !important;
}
.app-width-100{
    width : 100% !important;
}
.app-width-97{
    width : 97% !important;
}
.app-width-98{
    width : 98% !important;
}
.app-align-items-center {
    align-items: center;
}

.app-box {
    margin-top: 40px !important;
}

.app-box.app-box-primary {
    border-top-color: #43425d;
}

.app-box-radius {
    border-radius: 24px !important;
}

.app-margin-bottom-25 {
    margin-bottom: 25px;
}

.app-linear-layout {
    display: flex;
    gap: 5px;
    align-items: center;
    /* margin-bottom: 15px; */
    justify-content: space-between;
}

.app-linear-grid-layout {
    display: grid;
    gap: 5px;
    align-items: start;
    justify-content: space-between;
    grid-template-columns: 40% 1fr;
}

@media (max-width: 320px) {
    .app-linear-layout {
        /* display: block !important;
        margin-bottom: 5px; */
    }

    .button {
        width: 266px !important;
    }



}

.mat-mdc-dialog-container,
.mat-mdc-dialog-container .mdc-dialog__container,
.mat-mdc-dialog-container .mdc-dialog__surface {
    max-height: inherit;
    min-height: inherit;
    min-width: inherit;
    max-width: inherit;
    overflow-x: hidden;
}

@media screen and (max-width:1440px) {
    .padding-left-30 {
        padding-left: 18px;
    }

    .padding-left-50 {
        padding-left: 30px;
    }

    .font-weight-bold {
        font-size: 16px;
        /* margin-left: 22px !important; */
    }

    .app-new-provider-list-message {
        font-size: 14px;
        /* margin-left: 25px !important; */
    }

    /* .app-chat-box {
        top: 101% !important;
        position: absolute;
    } */

    #CheckboxId {
        /* margin-left: 1px !important; */
    }

    /* input[type="checkbox"] {
        cursor: pointer !important;
        margin-left: 12px;
    } */

}


@media screen and (max-width:1024px) {

    .padding-left-30 {
        padding-left: 15px;
    }

    .padding-left-50 {
        padding-left: 28px;
    }

    .font-weight-bold {
        font-size: 13px;
    }

    .app-new-provider-list-message {
        font-size: 13px;
        /* margin-left: 11px; */
    }

    .app-chat-action-button {
        font-size: 13px;
        margin-left: 0px;

    }

    .left-margin-15 {
        margin-left: 0px;
    }

    #PrintChatId {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mat-dialog-container {
        min-width: 70em;
        margin-left: -79px;
    }

    .send-paper-icon {
        right: -35px !important;
    }

    /* input[type="checkbox"] {
        cursor: pointer !important;
        margin-left: 16px;
    } */

    .app-chat-message-heading {
        height: 60px;
    }

}



@media screen and (max-width:768px) {
    .app-chat-provider-heading-display-flex {
        gap: 14px;
    }

    #CheckboxId {
        /* margin-left: 2px !important; */
    }

    .font-weight-bold {
        font-size: 17px;
        /* margin-left: 26px !important; */
    }

    .mat-dialog-container {
        min-width: 52em;
        margin-left: -56px;
        min-height: 47em !important;
    }

    .send-paper-icon {
        right: 40px !important;
    }

    .app-new-provider-list-message {
        font-size: 15px;
        /* margin-left: 28px !important; */
    }


    .app-chat-message-heading {
        height: unset;
    }

}

@media screen and (max-width:425px) {
    .padding-left-50 {
        padding-left: 28px !important;
    }

    .font-weight-bold {
        font-size: 16px;
    }

    .app-new-provider-list-message {
        font-size: 14px;
        /* margin-left: 13px; */
    }

    .left-margin-15 {
        margin-left: 0px;
    }

    .chat-heading-label {
        font-size: 16px;
    }

    .display-flex-and-align-center {
        display: block;
    }

    .app-chat-action-button {
        font-size: 14px;
        /* margin-left: 11px !important; */
        /* margin-top: 11px; */
    }

    .app-chat-box {
        top: 111% !important;
    }

    .chat-message-heading {
        display: flex !important;
        flex-direction: column;
        align-items: normal !important;
    }

    .display-flex-and-align-center {
        display: block !important;
    }

    .chat-search-input {
        padding-right: -1px !important;
    }

    #PrintChatId {
        margin-left: 8px;
    }

    .mat-dialog-container {
        min-width: 29em;
        margin-left: -33px;
        min-height: 47em !important;
    }

    .font-weight-bold {
        font-weight: bold !important;
        /* margin-left: 12px; */
    }

    /* .content-wrapper {
        margin-top: -40px;
    } */

}

@media screen and (max-width:375px) {
    .chat-search-input {
        width: 93% !important;
    }

    .mat-dialog-container {
        min-width: 25em;
        margin-left: -27px;
        min-height: 47em !important;
    }

    /* .app-send-chat-icon-disabled {
        margin-right: -53px !important;
    } */

    .app-send-paper-icon {
        right: 35px !important;
        bottom: 34px !important;
    }

    /* .app-annotation-contents {
        height: 50vh !important;
    } */

}

@media screen and (max-width:320px) {

    .app-chat-action-button {
        font-size: 12px;
    }

    .mat-dialog-container {
        min-width: 22em;
        margin-left: -26px;
    }

    .font-weight-bold {
        font-size: 15px;
    }



    .chat-heading-label {
        font-size: 14px !important;
    }

    .left-margin-15 {
        margin-left: 0px !important;
    }

}

.actionable-cs-dashboard-icon {
    background: url(../svg/actionable-cs-dashboard.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    margin-top: 2px;
    font-weight: bold;
}

.active .actionable-cs-dashboard-icon {
    background: url(../svg/actionable-cs-dashboard-selected.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    margin-top: 2px;
    font-weight: bold;
}

.app-popup-header {
    background-color: var(--dialog-header-background-color);
    height: auto;
    min-height: 65px;
    width: auto;
    color: white;
    font-weight: bold;
    font-size: 18px;
    font-family: inherit;
    padding: 20px;
}

.app-send-chat-icon {
    color: #226fc9 !important;
}

/* .app-send-chat-icon,
.app-send-chat-icon-disabled {
    margin-left: 10px !important;
    font-size: 25px !important;
} */

button[dialog-header-close] div {
    height: 20px;
    width: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-chat-provider-heading-display-flex {
    display: flex;
    gap: 10px;
    height: 56px;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px;
}

.app-chat-message-header-column {
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
}

.app-sticky-date-bg {
    background-color: #f1f1f1;
    border-radius: 10px;
    color: #204065;
    padding: 3px 20px;
}

.app-sticky-date {
    color: white;
    margin: 10px auto;
    text-align: center;
    /* z-index: 10; */
}

button[mat-dialog-close] .app-dialog-close-btn {
    height: 20px;
    width: 20px;
    background-color: white !important;
    display: flex;
    color: #19689e !important;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 435px) {
    button[mat-dialog-close] .app-dialog-close-btn {
        font-size: x-large;
    }
}


.app-chat-search-input {
    background: #ededed;
    border: 1px solid #ededed;
    border-radius: 8px !important;
    text-indent: 30px;
    width: 90%;
    padding: 5px;
}

.app-padding-left-right-15-pixels {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.app-padding-15-all-sides {
    padding: 15px;
}

.app-padding-top-0 {
    padding-top: 0px !important;
}

.app-padding-bottom-10 {
    padding-bottom: 10px !important;
}

.app-chat-search-container {
    display: flex;
    float: right;
    margin-right: 35px;
}

.app-content-position-relative {
    position: relative;
}

.app-position-relative-important {
    position: relative !important;
}

.app-display-flex-and-align-center {
    display: flex;
    align-items: center;
}

.app-round {
    border-radius: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 30px;
}

.app-sub-text {
    color: #aaa;
    font-family: verdana, sans-serif;
    font-size: 11px;
    float: right;
    position: absolute;
    right: 25px;
    margin-right: 10px;
    bottom: 6px;
}

.app-font-size-16 {
    font-size: 16px;
}

.app-flex-center {
    display: flex;
    justify-content: center;
}

.app-padding-0 {
    padding: 0px;
}



.app-overflow-auto {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.app-padding-right-30 {
    padding-right: 30px;
}

.app-chat-search-icon {
    position: absolute;
    left: 12px;
    z-index: 1;
    top: 7px;
}

.app-line-through {
    text-decoration: line-through;
}

.app-button-search-grid {
    background: #2ca8ff;
    color: WHITE;
    border-radius: 7px;
    padding: 4px 4px;
    font-size: 14px;
    margin: 0px 5px;
    margin-top: 1px;
}

.app-action-medical {
    padding: 2px 10px !important;
}

.app-bold-text {
    font-weight: 600;
    color: #666666;
}

.app-label-blue {
    /* display: block !important; */
    color: #204065 !important;
}

.app-filter-input-blue-border {
    /* border: var(--filter-border) !important; */
    border-radius: var(--filter-border-radius) !important;
    padding: 0px 5px;
    /* border: var(--filter-border) !important; */
    /* border-radius: 6px !important; */
}

@media screen and (max-width:435px) {
    .full-screen-modal {
        min-width: 100vw !important;
        margin-top: 0px !important;
        height: 100% !important;
    }
}

@media screen and (max-height:435px) {
    .full-screen-modal {
        min-width: 100vw !important;
        margin-top: 0px !important;
        height: 100% !important;
    }
}

.highlight-active-button {
    /* border-bottom: 1px inset #3390ff;
  box-shadow:  0 0 5px gray; */
    border-top: 3px solid #fc8012;
    box-shadow: 0px 3px 5px 1px gray;
}

.padding-top-bottom-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.on-call-icon {
    background: url(../svg/on-call.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 24px;
    height: 22px;
    position: relative;
    top: 6px;
    font-weight: bold;
    color: white;
}

.app-text-align-right {
    text-align: right;
}

.app-justify-content-space-between {
    justify-content: space-between;
}

#show-on-call {
    display: inline-block;
}

@media screen and (max-width: 768px) {

    .on-call-icon-bg {
        display: inline-block;
        text-overflow: ellipsis;
        width: 200px;
        overflow-x: auto;
    }

    .on-call-icon-bg::-webkit-scrollbar {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {

    .on-call-icon-bg {
        display: inline-block;
        text-overflow: ellipsis;
        width: 180px;
        overflow-x: auto;
    }

    .on-call-icon-bg::-webkit-scrollbar {
        display: none !important;
    }

    .app-padding-right-5 {
        padding-right: 5px;
    }
}

@media screen and (max-width: 500px) {

    .on-call-icon-bg {
        display: inline-block;
        text-overflow: ellipsis;
        width: 180px;
        overflow-x: auto;
    }

    .on-call-icon-bg::-webkit-scrollbar {
        display: none !important;
    }
}

.app-margin-left-minus-15 {
    margin-left: -15px !important;
}

.document-file-icon {
    background: url(../svg/document-file.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 24px;
    height: 22px;
    position: relative;
    top: 6px;
    font-weight: bold;
    color: white;
}

.inpatient-visit-icon {
    background: url(../svg/Inpatient-visit.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 24px;
    height: 22px;
    position: relative;
    top: 6px;
    font-weight: bold;
    color: white;
}
