@import '_content/BlazorInputTags/BlazorInputTags.bundle.scp.css';

/* _content/SuriAudioRecorder/Pages/CommonDialog/SynopsisRecorder.razor.rz.scp.css */
.synopsis-textarea[b-cbjzzv7ljs] {
    width: 100%;
    min-height: 5rem;
    resize: none;
    flex-grow: 1;
}
/* _content/SuriAudioRecorder/Pages/Common/UserObjects/FullScreenImageDlg.razor.rz.scp.css */
/* The Modal (background) */
.modal-fullscreen[b-8nodwyqcv2] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-fullscreen[b-8nodwyqcv2] {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Add Animation */
.modal-content-fullscreen[b-8nodwyqcv2] {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom-b-8nodwyqcv2;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom-b-8nodwyqcv2 {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close[b-8nodwyqcv2] {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover[b-8nodwyqcv2],
    .close:focus[b-8nodwyqcv2] {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
/* _content/SuriAudioRecorder/Pages/Common/UserObjects/UserObjectsView.razor.rz.scp.css */
.file-drop-zone[b-ymw5mb82c0] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
}

.hover[b-ymw5mb82c0] {
    border-style: solid;
    background-color: #263A41;
}
/* _content/SuriAudioRecorder/Pages/Common/UserObjects/UsersObjectItemDlg.razor.rz.scp.css */
.overlay[b-r0f7004kwr] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.2);
}

.imgContainer[b-r0f7004kwr]{
    cursor: pointer;
}

.imgContainer:hover .overlay[b-r0f7004kwr] {
    opacity: 1;
}

.icon[b-r0f7004kwr] {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.imgContainer img[b-r0f7004kwr] {
    width: 300px;
    max-height: 400px;
}

.tag-container[b-r0f7004kwr] {
    display: flex;
    width: 100%;
    min-height: 37px;
    padding: 2px 0px;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0.8px solid #dee2e6;
}

.tag-list[b-r0f7004kwr] {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
}

.tag-list-item[b-r0f7004kwr] {
    display: inline-block;
    background-color: rgba(218, 208, 225, 0.53);
    padding: .5em;
    margin: .125em;
    border-radius: 5px;
    white-space: nowrap;
}
/* _content/SuriAudioRecorder/Pages/Dashboard/Index.razor.rz.scp.css */
.btn-operation[b-mssom8a1mw] {
    width: 160px;
}

.process-done-bg[b-mssom8a1mw] {
    background-color: #b3ffb3;
}

.process-remaining-bg[b-mssom8a1mw] {
    background-color: #ffb3b3;
}

.link-icon[b-mssom8a1mw] {
    color: black;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.text-reprocess[b-mssom8a1mw] {
    font-size: 14px;
    font-weight: lighter;
}

.more-about-us[b-mssom8a1mw] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.website-link[b-mssom8a1mw] {
    font-size: 16px;
    text-decoration: none;
    color: #007bff; /* Blue color for links */
}

.website-link:hover[b-mssom8a1mw] {
    text-decoration: underline; /* Underline the link on hover */
}
/* _content/SuriAudioRecorder/Pages/DocumentEditor/Dialog/PrintEditor.razor.rz.scp.css */
.rtf-container[b-gkna8h3qgz] {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    max-height: calc(100vh - 100px);
}

.editor-container[b-gkna8h3qgz] {
    display: flex;
    flex-direction: column;
    flex-grow: 1 !important;
    padding: 1rem;
    background-color: #ffffff;
}

    .editor-container[b-gkna8h3qgz] {
        width: 100%;
        border: none;
        outline: none;
        resize: none;
    }

.editor-action[b-gkna8h3qgz] {
    min-width: 15rem;
    padding: 1rem;
    background-color: #dfdfdf;
}

.consent-card[b-gkna8h3qgz]{
    max-height: 14rem;
}

.consent-plus-icon[b-gkna8h3qgz] {
    cursor: pointer;
    text-decoration: none;
}

.ql-container[b-gkna8h3qgz] {
    max-height: calc(100vh - 180px) !important;
}

.ql-editor[b-gkna8h3qgz] {
    max-height: calc(100vh - 180px) !important;
}
/* _content/SuriAudioRecorder/Pages/DocumentEditor/RTextEditor.razor.rz.scp.css */
.rtf-container[b-8ylv930tks] {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    /*max-height: calc(100vh - 100px);*/
}

.editor-container[b-8ylv930tks] {
    display: flex;
    flex-direction: column;
    flex-grow: 1 !important;
    background-color: #ffffff;
}

.editor-container[b-8ylv930tks] {
    width: 100%;
    border: none;
    outline: none;
    resize: none;
}

.editor-action[b-8ylv930tks] {
    min-width: 22rem;
    padding: 1rem;
    background-color: #dfdfdf;
}

.consent-card[b-8ylv930tks] {
    max-height: 14rem;
}

.consent-plus-icon[b-8ylv930tks] {
    cursor: pointer;
    text-decoration: none;
}

.ql-container[b-8ylv930tks] {
    max-height: calc(100vh - 130px) !important;
}

.ql-editor[b-8ylv930tks] {
    max-height: calc(100vh - 180px) !important;
}

.copy-btn[b-8ylv930tks] {
    cursor: pointer;
}
/* _content/SuriAudioRecorder/Pages/DocumentEditor/RTFEditor.razor.rz.scp.css */
.rtf-container[b-tvip6he51p] {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.editor-container[b-tvip6he51p] {
    display: flex;
    flex-direction: column;
    flex-grow: 1 !important;
    padding: 1rem;
    background-color: #ffffff;
}

    .editor-container textarea[b-tvip6he51p] {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        resize: none;
    }

.editor-action[b-tvip6he51p] {
    min-width: 15rem;
    padding: 1rem;
    background-color: #dfdfdf;
}

.consent-card[b-tvip6he51p]{
    max-height: 14rem;
}

.consent-plus-icon[b-tvip6he51p] {
    cursor: pointer;
    text-decoration: none;
}
/* _content/SuriAudioRecorder/Pages/Management/Users/Users.razor.rz.scp.css */
/* _content/SuriAudioRecorder/Pages/Patients/Components/Documents.razor.rz.scp.css */
.file-drop-zone[b-9eiml0mnya] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
    height: 100px;
}

.hover[b-9eiml0mnya] {
    border-style: solid;
    background-color: #263A41;
}

.image-container[b-9eiml0mnya] {
    display: flex;
    justify-content: center;
}

    .image-container img[b-9eiml0mnya] {
        width: 50%;
    }

[b-9eiml0mnya] input[type=file] {
    width: 100%;
    padding: 20px;
}

.error-message-container[b-9eiml0mnya] {
    color: red;
    text-align: center;
}
/* _content/SuriAudioRecorder/Pages/Settings/Prompts/Dialog/PromptDlg.razor.rz.scp.css */
.prompt-dlg-textarea[b-uwumdrs8e5]{
    resize: none;
}
/* _content/SuriAudioRecorder/Pages/Tools/Dialog/ToolsRecorder.razor.rz.scp.css */
.synopsis-textarea[b-4vt7uuxxr1] {
    width: 100%;
    min-height: 7rem;
    resize: none;
    flex-grow: 1;
}
/* _content/SuriAudioRecorder/Pages/Tools/Tools.razor.rz.scp.css */
.rtf-container[b-dhxmlzherg] {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.editor-container[b-dhxmlzherg] {
    display: flex;
    flex-direction: column;
    flex-grow: 1 !important;
    padding: 1rem;
    background-color: #ffffff;
}

    .editor-container textarea[b-dhxmlzherg] {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        resize: none;
    }

.editor-action[b-dhxmlzherg] {
    min-width: 15rem;
    padding: 1rem;
    background-color: #dfdfdf;
}

.consent-card[b-dhxmlzherg]{
    max-height: 14rem;
}

.consent-plus-icon[b-dhxmlzherg] {
    cursor: pointer;
    text-decoration: none;
}
/* _content/SuriAudioRecorder/Shared/Components/Action/ActionList.razor.rz.scp.css */
.label-title[b-y8mdbzwygq] {
    font-size: 14px;
}

.card-link[b-y8mdbzwygq] {
    cursor: pointer;
    text-decoration: none;
}
/* _content/SuriAudioRecorder/Shared/Components/Action/Dialog/AddActionDlg.razor.rz.scp.css */
.file-drop-zone[b-bv0ginbc90] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
    height: 70px;
}

.hover[b-bv0ginbc90] {
    border-style: solid;
    background-color: #263A41;
}

.image-container[b-bv0ginbc90] {
    display: flex;
    justify-content: left;
    overflow-x: auto;
}

[b-bv0ginbc90] input[type=file] {
    width: 100%;
    padding: 20px;
}

.label-title[b-bv0ginbc90] {
    font-size: 14px;
}
/* _content/SuriAudioRecorder/Shared/Components/Action/Dialog/ViewActionDlg.razor.rz.scp.css */
.action-form-title[b-jn75511tt3] {
    font-size: 14px;
}

.file-drop-zone[b-jn75511tt3] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
    height: 75px;
}

.hover[b-jn75511tt3] {
    border-style: solid;
    background-color: #263A41;
}

.image-container[b-jn75511tt3] {
    display: flex;
    justify-content: left;
    overflow-x: auto;
}

    .image-container img[b-jn75511tt3] {
        margin-left: 10px;
        width: 100px;
        aspect-ratio: auto;
    }

[b-jn75511tt3] input[type=file] {
    width: 100%;
    padding: 20px;
}


.link-icon[b-jn75511tt3] {
    color: black;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    --bs-icon-link-transform: translate3d(0, -.125rem, 0);
}
/* _content/SuriAudioRecorder/Shared/EmptyLayout.razor.rz.scp.css */
/* _content/SuriAudioRecorder/Shared/LoginDisplay.razor.rz.scp.css */
.profile-pulldown[b-bmdwzel1s3] {
    background-color: #263A41 !important;
    color: white !important;
    border-width: 0px !important;
}
/* _content/SuriAudioRecorder/Shared/MainLayout.razor.rz.scp.css */
.top-header[b-djc6mag7oc] {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
}
/* _content/SuriAudioRecorder/Shared/NavMenu.razor.rz.scp.css */
/* _content/SuriAudioRecorder/Shared/NoLayout.razor.rz.scp.css */
