@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/BlazorPediaClinics/Pages/Index.razor.rz.scp.css */
.intro-overlay[b-y5mdjao79s] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 9999; /* Ensure the overlay appears on top of other elements */
}

.intro-container[b-y5mdjao79s] {
    position: fixed;
    top: 49px;
    right: 78px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 9999;
    width: 30%;
}

.intro-message[b-y5mdjao79s] {
    font-size: 14px; /* Adjust the font size as needed */
    margin-bottom: 10px; /* Add spacing between the message and the button */
    display: inline-block;
}

.arrow[b-y5mdjao79s] {
    position: absolute;
    top: -13px;
    right: -11px;
    width: 29px;
    height: 29px;
    background-color: #fff;
    transform: rotate(225deg);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
}


.intro-button[b-y5mdjao79s] {
    /* Add styles for the introduction button as needed */
}
/* Style for the div containing the invitation message and link */
.invitation-container[b-y5mdjao79s] {
    text-align: center;
    background-color: #f2f2f2;
    padding: 20px;
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
}

/* Style for the invitation message */
.invitation-message[b-y5mdjao79s] {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Style for the invitation link */
.invitation-link[b-y5mdjao79s] {
    font-size: 20px;
    text-decoration: underline;
    color: #007bff; /* Change the color to your preference */
}

/* _content/BlazorPediaClinics/Pages/MyPages/AddExam.razor.rz.scp.css */
.measures-notes[b-dh2rvcpvwx] {
    position: absolute;
    bottom: 90px;
    background-color:lightblue;
    display:none;
    border-radius:10px;
    padding-right:10px;
}

#MyMain[b-dh2rvcpvwx] {
    display: inline-flex;
    width: 95vw;
    background-color: lightgray;
    justify-content: space-between;
    position: relative;
}

    #MyMain:hover .siren-icon[b-dh2rvcpvwx] {
        display:flex;
        opacity: 80%;
    }

    #MyMain:hover  .measures-notes[b-dh2rvcpvwx] {
        display: flex;
        color: blue;
    }

.add-exam-main2[b-dh2rvcpvwx] {
    width: 100vw;
}

.wththc-numbers[b-dh2rvcpvwx] {
    width: 10%;
    display: inline-flex;
    flex-direction: column;
}

    .wththc-numbers input[b-dh2rvcpvwx] {
        width: 100%;
    }

    .wththc-numbers .red-alarm[b-dh2rvcpvwx] {
        background-color: red;
    }

.exam-boxes[b-dh2rvcpvwx] {
    width: 85%;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 10px;
}

    .exam-boxes textarea[b-dh2rvcpvwx] {
        width: 24%;
    }

.ok-btn-div[b-dh2rvcpvwx] {
    width: 5%;
    display: flex;
    align-items: center;
    margin: auto;
    min-width: fit-content;
}

.accept-btn[b-dh2rvcpvwx] {
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 50%;
    border: solid;
    background-color: blue;
    color: white;
}

.siren-icon[b-dh2rvcpvwx] {
    display:none;
    animation: flip-b-dh2rvcpvwx 2s infinite;
    width: 10vw;
    POSITION: absolute;
    right: 13%;
    bottom: 100%;
    opacity: 0%;
}

@keyframes flip-b-dh2rvcpvwx {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }

}
@media (max-width: 676px) {
    .measures-notes[b-dh2rvcpvwx] {
        bottom: 120px;
        
    }
    #MyMain[b-dh2rvcpvwx] {
        display: flex;
        flex-direction:column;
    }
    .wththc-numbers[b-dh2rvcpvwx] {
        width: 100%;
        flex-direction: row;
    }
    .exam-boxes[b-dh2rvcpvwx] {
        width: 100%;
        
    }

}
/* _content/BlazorPediaClinics/Pages/MyPages/AddLab.razor.rz.scp.css */
main[b-3p976e80ab] {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    opacity: 1;
    background: white;
}
main button[b-3p976e80ab] {
    border-radius: 20px;
    background-color: #ced7fd;

}
.lab-type[b-3p976e80ab]{
    direction:rtl;
}
#labImg[b-3p976e80ab] {
    height:400px;
}

/* _content/BlazorPediaClinics/Pages/MyPages/AddPt/AddPt.razor.rz.scp.css */
main[b-vjvabjpcsm] {
    display: flex;
}

.new-pt[b-vjvabjpcsm] {
    width: 30%;
    height: 86vh;
}

.new-pt-container[b-vjvabjpcsm] {
    border: groove;
    border-color: #007bff;
    border-radius: 20px;
    padding: 20px;
}

.present-pt[b-vjvabjpcsm] {
    width: 70%;
    height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .present-pt .search-container[b-vjvabjpcsm] {
        width: 100%
    }

    .present-pt .reservation[b-vjvabjpcsm] {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        justify-content: space-evenly;
    }
button[b-vjvabjpcsm] {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    display: block;
    flex-wrap: wrap;
    right: 50%;
    transform: translateX(50%);
    position: relative;
}



.exam-container[b-vjvabjpcsm] {
    border: groove;
    border-color: #007bff;
    border-radius: 20px;
    padding: 20px;
    height: 78vh;
    overflow: scroll;
}
@media (max-width: 767px) {
    main[b-vjvabjpcsm] {
        display: flex;
        flex-direction:column;
    }
    .new-pt[b-vjvabjpcsm] {
        width: 100%;
        height: auto;
    }
    .present-pt[b-vjvabjpcsm] {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .present-pt .reservation[b-vjvabjpcsm]{
            flex-direction:column;
        }
}

/* _content/BlazorPediaClinics/Pages/MyPages/AddPt/PtNameUpdateInsert.razor.rz.scp.css */
[b-a6m97un41h] .form {
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    flex-direction: column;
}

.form-group[b-a6m97un41h] {
    /*margin-bottom: 20px;*/
    display: flex;
    direction: rtl;
    /*width:50%;*/
}

.tel[b-a6m97un41h] {
    /*width: 33%;*/
}

label[b-a6m97un41h] {
    font-weight: bold;
    min-width: fit-content;
}

.gender-group[b-a6m97un41h] {
    display: flex;
    direction: rtl;
}

.form-control[b-a6m97un41h] {
    padding: 10px;
    border-radius: 5px;
    /*width: 49%;*/
}

[b-a6m97un41h] .red-flag {
    animation: flash-b-a6m97un41h 2s linear infinite alternate !important;
    color: white !important;
}

@keyframes flash-b-a6m97un41h {
    0% {
        background-color: red;
        color: white;
    }

    50% {
        background-color: white;
        color: red;
    }

    100% {
        background-color: red;
        color: white;
    }
}

button[type="submit"][b-a6m97un41h] {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    flex-wrap: wrap;
    right: 50%;
    transform: translateX(50%);
    position: relative;
}

.button-container[b-a6m97un41h] {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

    .button-container i[b-a6m97un41h] {
        font-size:3em;
        color: #ff0000cc;
    }
        .button-container i:hover[b-a6m97un41h] {
            transform: rotate(20deg);
            color: red;
            cursor:pointer;
        }

.gender-group[b-a6m97un41h] {
    display: flex;
    align-items: center;
    /*margin-bottom: 20px;*/
    direction: rtl;
}

    .gender-group label[b-a6m97un41h] {
        margin-left: 20px;
        font-weight: bold;
        color: black;
        border-radius: 10%;
        padding: 10px;
    }

    .gender-group input[type="radio"][b-a6m97un41h] {
        appearance: none;
        background-color: transparent;
        border: 2px solid blue;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

        .gender-group input[type="radio"]:checked[b-a6m97un41h] {
            background-color: blue;
        }

            .gender-group input[type="radio"]:checked + label[b-a6m97un41h] {
                /*background-image: linear-gradient(to right, #4b6cb7, #182848);*/
                /*background-image: radial-gradient(circle at top left, #4b6cb7, #182848, #F5A623);*/
                background-image: radial-gradient(circle at center, #4b6cb7, #182848);
                color: white;
            }

.siren-icon[b-a6m97un41h] {
    animation: flip-b-a6m97un41h 2s infinite;
    height: 4vw;
}

@keyframes flip-b-a6m97un41h {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@media (max-width: 767px) {
    [b-a6m97un41h] .form {
        display: flex;
        flex-wrap: wrap;
        direction: rtl;
        flex-direction: column;
    }

    .form-group[b-a6m97un41h] {
        margin-bottom: 20px;
        display: flex;
        direction: rtl;
        width: 100%;
    }

}
/* _content/BlazorPediaClinics/Pages/MyPages/Bili.razor.rz.scp.css */
.main[b-s82slt3lm6] {
    display: flex;
    flex-direction: row;
}

.data-container[b-s82slt3lm6] {
    display: flex;
    flex-direction: column;
}

.table_container[b-s82slt3lm6] {
    width: 80%;
}

.table[b-s82slt3lm6] {
    width: 100%;
    border-collapse: collapse;
    font-size: small;
}

    .table th[b-s82slt3lm6],
    .table td[b-s82slt3lm6] {
        padding: 8px;
        border: 1px solid #ccc;
    }

    .table th[b-s82slt3lm6] {
        background-color: #f2f2f2;
        text-align: left;
        font-weight: bold;
    }

    .table tr:nth-child(even)[b-s82slt3lm6] {
        background-color: #f9f9f9;
    }

    .table tr:hover[b-s82slt3lm6] {
        background-color: #eaeaea;
    }

.gest-info-contaier[b-s82slt3lm6] {
    display: flex;
    flex-direction: row;
}

.gestage-container[b-s82slt3lm6] {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.gest-info-contaier input[b-s82slt3lm6] {
    width: 60px;
}
.chart-container[b-s82slt3lm6] {
    display: flex;
    flex-direction: column;
    width:50vw;
    border:groove;
    border-color:black;     
}
.chart[b-s82slt3lm6] {
    width: 100%;
}
.follow-up[b-s82slt3lm6]{
    background-color:aliceblue;
    height:100%;
}
button[b-s82slt3lm6] {
    background-color: red;
    color: white;
    border-radius: 25px;
    width: 50px;
    height: 50px
}
.checkbox[b-s82slt3lm6] {
    background-color: #29619d;
    color: white;
}
footer[b-s82slt3lm6] {
    background-color: #ecf0f7;
}
@media (max-width: 767px) {
    .main[b-s82slt3lm6] {
        display: flex;
        flex-direction: column;
    }
    .table_container[b-s82slt3lm6] {
        width: 100%;
    }
    .gest-info-contaier[b-s82slt3lm6] {
        display: flex;
        flex-direction: column;
    }
    .gestage-container[b-s82slt3lm6] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .chart-container[b-s82slt3lm6] {
        
        width: 95vw;
        
    }
    .chart[b-s82slt3lm6] {
        width: 100%;
    }
    .follow-up[b-s82slt3lm6] {
        background-color: aliceblue;
        height: 100%;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/BirthWt.razor.rz.scp.css */
.main[b-1nghg7wflf] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-container[b-1nghg7wflf] {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.inline-group[b-1nghg7wflf] {
    display: inline-flex;
    align-items: center;
}
.inline-group input[b-1nghg7wflf]{
    width: 70px;
    min-width:70px;
}
.inline-group label[b-1nghg7wflf]{
    margin:0;
}
.chart[b-1nghg7wflf] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 450px;
    margin-bottom: 20px;
}

    .chart[b-1nghg7wflf]  canvas {
        height: 100%;
        width: 100%;
    }

@media (max-width: 768px) {
    .chart[b-1nghg7wflf] {
        width: 100%;
        height: auto;
    }

        .chart[b-1nghg7wflf]  canvas {
            height: auto;
            width: 100%;
        }
}

@media (max-width: 480px) {
    .input-container[b-1nghg7wflf] {
        flex-direction: column;
        align-items: center;
    }

    .chart[b-1nghg7wflf] {
        width: 90%;
        height: auto;
    }

        .chart[b-1nghg7wflf]  canvas {
            height: auto;
            width: 90%;
        }
}
/* _content/BlazorPediaClinics/Pages/MyPages/CalculateAge.razor.rz.scp.css */
.main[b-h1we8842ai] {
    word-break: break-word;
    width: 250px;
    text-align-last: center;
    direction: ltr;
}
input[b-h1we8842ai]{
 width:50px;
 margin:15px 0;
}
button[b-h1we8842ai]{
    width:70px;
    font-size:small;
    min-width:fit-content;
}
InputDate[b-h1we8842ai] {
     width:180px
}
span[b-h1we8842ai] {
    align-self: center;
    padding-right: 5px;
    color: white;
    background-color: gray;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 30px;
}
/* _content/BlazorPediaClinics/Pages/MyPages/ChatgptAnswer.razor.rz.scp.css */
body[b-taqh4c4wcl] {
    height: 80vh;
    overflow: scroll;
}
.answer-txt[b-taqh4c4wcl] {
    background-color: white;
    color: black;
    width: 100%;
    overflow: auto;
    white-space: pre-wrap;
}
.my-dialouge[b-taqh4c4wcl] {
    
    opacity: 70%;
    
}
.tokens[b-taqh4c4wcl] {
    background-color: darkcyan;
    color: white;
    width:fit-content;
    text-align:center;
    display:flex;
    margin:auto;    
}
/* _content/BlazorPediaClinics/Pages/MyPages/Clinics.razor.rz.scp.css */

main[b-omjioqs400] {
    display: flex;
    flex-direction: column;
    /*position: relative;
    width: 100%;*/
    height: 100%;
    position: fixed;
    width: 96%;
}

.pt-data-div[b-omjioqs400] {
    z-index: 1000;
    font-size: small;
    position: relative;
    top: -17px;
}

.exam-clinic-container[b-omjioqs400] {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.exam-container[b-omjioqs400] {
    overflow: auto;
    width: 80%;
    height: 88vh;
}

.clinic-container[b-omjioqs400] {
    width: 20%;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0px;
    height: 88vh;
    scroll-behavior: smooth;
    /*margin-bottom: 15px;
    padding-bottom: 70px;*/
}

    .clinic-container .clinic-btns[b-omjioqs400] {
        display: inline-flex;
        justify-content: space-around;
    }

.refresh-btn[b-omjioqs400] {
    border: none;
    background-color: inherit;
}

    .refresh-btn img[b-omjioqs400] {
        width: 30px;
    }

.clinic-container .close-clinic[b-omjioqs400] {
    width: 50%;
    color: white;
    position: sticky;
    top: 8%;
    z-index: 1;
    text-align: center;
    background: #067009;
    border-radius: 50px;
    border-style: solid;
    opacity: 80%;
    cursor: pointer;
}

.clinic-container .close-clinic-solo[b-omjioqs400] {
    width: fit-content;
    color: white;
    position: sticky;
    top: 8%;
    z-index: 1;
    text-align: center;
    background: #067009;
    border-radius: 50px;
    border-style: solid;
    opacity: 80%;
    cursor: pointer;
    padding: 5px;
}

.clinic-container .close-clinic:hover[b-omjioqs400] {
    transform: scale(1.2)
}

.clinic-container .add-pt[b-omjioqs400] {
    width: fit-content;
    color: white;
    position: sticky;
    top: 8%;
    z-index: 1;
    text-align: center;
    background: #067009;
    border-radius: 50px;
    border-style: solid;
    opacity: 80%;
    cursor: pointer;
    padding: 5px;
}

.clinic-container .print-clinic-icon[b-omjioqs400] {
    color: green;
    font-size: 40px;
    cursor: pointer;
}

.clinics-column[b-omjioqs400] {
    overflow: auto;
    width: 100%;
    /*height: 100vh;*/
    direction: rtl;
    flex: auto;
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-bottom: 100px;
}

.clinic-details-div[b-omjioqs400], .clinic-details-div-selected[b-omjioqs400] {
    display: flex;
    justify-content: space-between;
    border-style: groove;
    border-radius: 10px
}

    .clinic-details-div:hover[b-omjioqs400], .clinic-details-div-selected:hover[b-omjioqs400] {
        font-size: large;
        direction: rtl;
        cursor: pointer;
        text-align: right
    }

.clinic-details-div-selected[b-omjioqs400] {
    border: solid 5px;
    border-color: red;
    font-size: larger;
}

.clinic-details-number[b-omjioqs400] {
    width: 7%;
    display: flex;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    align-self: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .clinic-details-number i[b-omjioqs400] {
        display: none;
    }

.clinic-details-div:hover i[b-omjioqs400] {
    display: block;
}

.clinic-details-div-selected:hover i[b-omjioqs400] {
    display: block;
}

.clinic-details-name[b-omjioqs400] {
    width: 58%;
    border-left: inset;
    border-left-color: snow;
    border-right: inset;
    font-size: larger;
    direction: rtl;
    align-self: center;
    display: flex;
}

.clinic-details-date[b-omjioqs400] {
    width: 27%;
    position: relative;
    font-size: small;
    display: grid;
    direction: rtl;
    text-align: center;
}

.add-exam[b-omjioqs400] {
    display: inline-flex;
    width: 98%;
    position: fixed;
    bottom: -60px;
    opacity: 50%;
    z-index: 1000;
    transition-delay: 1s;
}

    .add-exam:hover[b-omjioqs400] {
        opacity: 100%;
        transform: translateY(-60px);
        transition: 0.3s;
    }

.add-exam-fixed[b-omjioqs400] {
    display: inline-flex;
    width: 98%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}

.pin[b-omjioqs400] {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 72px;
    left: -32px;
    z-index: 3;
}

.center[b-omjioqs400] {
    margin: 0 auto;
    width: 50%;
}

    .center input[type="checkbox"][b-omjioqs400] {
        position: relative;
        display: inline-block;
        min-height: 30px;
        width: 100%;
        background: #ebebeb;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: radial-gradient(black, transparent);
    }

        .center input[type="checkbox"][b-omjioqs400]:after {
            content: '';
            font-size: 2em;
            text-align: center;
            line-height: inherit;
            color: #555555;
            position: absolute;
            margin: auto auto;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            display: block;
            height: auto;
            width: auto;
            border-radius: 50%;
            background-image: none;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #ffffff;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .center input[type="checkbox"][b-omjioqs400]:before {
            position: absolute;
            margin: auto auto;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            content: '';
            display: block;
            height: auto;
            width: auto;
            border: 2px solid #fff;
            border-radius: 50%;
            -webkit-transition: all 0.1s ease-in;
            -moz-transition: all 0.1s ease-in;
            -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
        }

        .center input[type="checkbox"]:hover[b-omjioqs400]:before {
            height: auto;
            width: auto;
        }

        .center input[type="checkbox"]:checked[b-omjioqs400]:before {
            height: 100%;
            width: 100%;
            background: #dd3455;
            border: none;
            border-radius: 0;
        }

        .center input[type="checkbox"]:focus[b-omjioqs400] {
            outline: none;
        }

        .center input[type="checkbox"].a[b-omjioqs400]:after {
            content: '';
        }


        .center input[type="checkbox"]:checked[b-omjioqs400]:after {
            content: '✓';
        }

.intro-overlay[b-omjioqs400] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 9999; /* Ensure the overlay appears on top of other elements */
}

.intro-container[b-omjioqs400] {
    position: fixed;
    top: 122px;
    right: 91px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 9999;
    width: 30%;
}

.intro-message[b-omjioqs400] {
    font-size: 14px; /* Adjust the font size as needed */
    margin-bottom: 10px; /* Add spacing between the message and the button */
    display: inline-block;
}

.arrow[b-omjioqs400] {
    position: absolute;
    top: -13px;
    right: -11px;
    width: 29px;
    height: 29px;
    background-color: #fff;
    transform: rotate(225deg);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
}


.intro-button[b-omjioqs400] {
    /* Add styles for the introduction button as needed */
}

.dialoge-container[b-omjioqs400] {
    overflow: auto;
    height: inherit;
}

#myModal[b-omjioqs400] {
    display: block;
    background-color: white;
}


#close-icon[b-omjioqs400] {
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
}


@media (max-width: 676px) {
    .clinic-container[b-omjioqs400] {
        height: 65vh;
    }

    .clinics-column[b-omjioqs400] {
        margin-right: 5px;
    }

    .clinic-container .clinic-btns[b-omjioqs400] {
        display: flex;
        flex-direction: column;
        font-size: smaller;
        align-items: center;
    }

    .clinic-details-div[b-omjioqs400], .clinic-details-div-selected[b-omjioqs400] {
        flex-direction: column;
        width: auto;
        text-align: center;
        font-size: small;
        margin-right: 10px;
    }

        .clinic-details-div > div[b-omjioqs400], .clinic-details-div-selected > div[b-omjioqs400] {
            text-align: center;
            border-bottom-style: groove;
            border-bottom-color: lightgray;
            border-left: none;
            width: 100%;
        }

        .clinic-details-div:hover[b-omjioqs400], .clinic-details-div-selected:hover[b-omjioqs400] {
            font-size: small;
            direction: rtl;
            cursor: pointer;
            text-align: right
        }


    .clinic-details-number[b-omjioqs400] {
        display: flex;
        flex-direction: column-reverse;
    }

    .add-exam[b-omjioqs400] {
        font-size: smaller;
        bottom: -90px;
    }

        .add-exam:hover[b-omjioqs400] {
            opacity: 100%;
            transform: translateY(-90px);
            transition: 0.3s;
        }

    .clinic-container .close-clinic[b-omjioqs400] {
        width: 100%;
        color: white;
        position: sticky;
        top: 20%;
        z-index: 1;
        text-align: center;
        background: #067009;
        border-radius: 50px;
        border-style: solid;
        opacity: 80%;
        cursor: pointer;
    }

    .clinic-details-number i[b-omjioqs400] {
        display: flex;
    }

    .intro-container[b-omjioqs400] {
        position: fixed;
        top: 153px;
        right: 50px;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        z-index: 9999;
        width: 30%;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/ClinicSettings.razor.rz.scp.css */
main[b-g1d0agql1z] {
    display: flex;
    width: fit-content;
    margin: auto;
}
button[b-g1d0agql1z] {
    background-color: white;
    color: blue;
    width: fit-content;
   
}
    button:hover[b-g1d0agql1z] {
        background-color: blue;
        color: white;
    }
    .container[b-g1d0agql1z]{
        display:flex;
        flex-direction:column;

    }
/* _content/BlazorPediaClinics/Pages/MyPages/Exams.razor.rz.scp.css */

main[b-itox4a6ytw] {
    position: relative;
}



.intro-container[b-itox4a6ytw] {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 25%;
    right: 50%;
    background-color: #fff;
    padding: 10px;
    border: 3px solid #ccc;
    border-color: red;
    border-radius: 5px;
    z-index: 9999;
    width: 30%;
    animation: fade-out-b-itox4a6ytw 1s linear infinite;
}

.intro-message[b-itox4a6ytw] {
    font-size: 14px; /* Adjust the font size as needed */
    margin-bottom: 10px; /* Add spacing between the message and the button */
    display: inline-block;
    background-color: white;
    opacity: 0.95;
}

.pin[b-itox4a6ytw] {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -7px;
    left: -16px;
    z-index: 3;
}

.intro-button[b-itox4a6ytw] {
    /* Add styles for the introduction button as needed */
}

.dialog-container[b-itox4a6ytw] {
    overflow: scroll;
}

.dialog-container-growth[b-itox4a6ytw] {
    width: 100%;
    height: 100%;
}

.dialog-container-addlab[b-itox4a6ytw] {
    width: 100%;
    height: 100%;
    align-content: center;
}

.dialog-container-prescription[b-itox4a6ytw] {
    display: flex;
    flex-direction: column;
}

.exam-table[b-itox4a6ytw] {
    margin: auto;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 160px;
}

.pt-name-container[b-itox4a6ytw], .pt-name-container-fixed[b-itox4a6ytw] {
    display: inline-flex;
    font-size: large;
    width: 100%;
    justify-content: space-evenly;
    direction: rtl;
    text-align: center;
    margin: auto;
    flex-wrap: wrap;
}

    .pt-name-container button[b-itox4a6ytw] {
        border-radius: 20px;
        background-color: #ced7fd;
    }

    .pt-name-container .calculate-BD[b-itox4a6ytw] {
        position: absolute;
        z-index: 1;
        background: lightgray;
        border: solid;
        border-radius: 20px;
        direction: ltr;
    }

.fixed[b-itox4a6ytw] {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #ffffff;
    
}

.exam-ht-hc-vacc[b-itox4a6ytw] {
    display: inline-flex;
    align-items: baseline;
}

    .exam-ht-hc-vacc label[b-itox4a6ytw] {
        margin-right: 10px;
    }


.exam-table-header[b-itox4a6ytw] {
    color: white;
    background-color: blue;
    font-size: large;
    align-self: center;
    width: 100%;
}

.exam-table-row[b-itox4a6ytw] {
    /*position: relative;
    display: inline-flex;*/
    /*border-color: lightgray;*/
    /*border-radius: 10px;*/
    /*border-style: groove;*/
    /*margin: 5px;
    box-shadow: 0px 0 7px 2px #979908;*/
    position: relative;
    display: inline-flex;
    border-color: #777;
    border-radius: 6px;
    border-style: solid;
    margin: 5px 0;
}




    .exam-table-row > div[b-itox4a6ytw] {
        display: inline-flex;
        min-width: min-content;
        overflow: auto;
        align-items: center;
        padding: 4px;
    }

        .exam-table-row > div:not(:first-child)[b-itox4a6ytw] {
            border-left: inset;
            border-color: #e1d3d36b;
        }

    .exam-table-row:has(.inv-div) > div[b-itox4a6ytw] {
        border-left: none;
    }

    .exam-table-row:has(.inv-div)[b-itox4a6ytw] {
        margin-top: -18px;
        border-top: none;
        box-shadow: 3px 6px 7px 2px #979908;
    }

    .exam-table-row .exam-table-row-date[b-itox4a6ytw] {
        width: 8%;
        font-size: smaller;
        word-break: normal;
    }

    .exam-table-row .exam-table-row-doc-name[b-itox4a6ytw] {
        width: 8%;
        font-size: small;
    }

    /*-----------------------------------------------Wt---------------------------------------------*/

    .exam-table-row .exam-table-row-wt[b-itox4a6ytw] {
        min-width: fit-content;
        width: 4%;
        cursor: pointer;
    }

        .exam-table-row .exam-table-row-wt .wt-z-score[b-itox4a6ytw] {
            position: absolute;
            background-color: red;
            left: 15%;
            top: -5px;
            color: white;
            display: none;
            border-radius: 10px;
            padding: 2px;
            border: groove;
            border-color: brown;
            opacity: 0.7;
            font-size: small;
        }

        .exam-table-row .exam-table-row-wt:hover .wt-z-score[b-itox4a6ytw] {
            display: block;
            background-color: green;
        }
    /*-----------------------------------------------Ht---------------------------------------------*/
    .exam-table-row .exam-table-row-ht[b-itox4a6ytw] {
        min-width: fit-content;
        width: auto;
        cursor: pointer;
    }

        .exam-table-row .exam-table-row-ht .ht-z-score[b-itox4a6ytw] {
            position: absolute;
            background-color: red;
            left: 19%;
            top: -5px;
            color: white;
            display: none;
            border-radius: 10px;
            padding: 2px;
            border: groove;
            border-color: brown;
            opacity: 0.7;
            font-size: small;
        }

        .exam-table-row .exam-table-row-ht:hover .ht-z-score[b-itox4a6ytw] {
            display: block;
            background-color: green;
        }

    /*-----------------------------------------------Hc---------------------------------------------*/
    .exam-table-row .exam-table-row-hc[b-itox4a6ytw] {
        min-width: fit-content;
        width: auto;
    }

        .exam-table-row .exam-table-row-hc .hc-z-score[b-itox4a6ytw] {
            position: absolute;
            background-color: red;
            left: 21%;
            top: -5px;
            color: white;
            display: none;
            border-radius: 10px;
            padding: 2px;
            border: groove;
            border-color: brown;
            opacity: 0.7;
            font-size: small;
        }

        .exam-table-row .exam-table-row-hc:hover .hc-z-score[b-itox4a6ytw] {
            display: block;
            background-color: green;
        }

    .exam-table-row .exam-table-row-complaint[b-itox4a6ytw] {
        width: 20%;
    }

    .exam-table-row .exam-table-row-exam[b-itox4a6ytw] {
        width: 20%;
    }

    .exam-table-row .exam-table-row-diagnosis[b-itox4a6ytw] {
        width: 20%;
    }

    .exam-table-row .exam-table-row-treatment[b-itox4a6ytw] {
        width: 20%;
    }

    .exam-table-row .icon-container[b-itox4a6ytw] {
        display: none;
        position: absolute;
    }

    .exam-table-row .icon-container-upload[b-itox4a6ytw] {
        display: none;
        position: absolute;
    }

    .exam-table-row .icon-container-ai[b-itox4a6ytw] {
        display: none;
        position: absolute;
    }

    .exam-table-row .icon-container-prescription[b-itox4a6ytw] {
        display: none;
        position: absolute;
    }

    .exam-table-row .icon-container i[b-itox4a6ytw] {
        opacity: 50%;
    }

    .exam-table-row:hover .icon-container[b-itox4a6ytw] {
        display: inline-flex;
    }

    .exam-table-row:hover i:first-child[b-itox4a6ytw] {
        border-left: none;
        font-size: xx-large;
        padding-left: 10px;
        padding-top: 10px;
        opacity: 60%;
        cursor: pointer;
        transition: 0.5s;
    }

    .exam-table-row:hover i:nth-child(2)[b-itox4a6ytw] {
        border-left: none;
        font-size: xx-large;
        padding-left: 10px;
        padding-top: 10px;
        opacity: 60%;
        cursor: pointer;
        transition: 0.5s;
    }

    .exam-table-row:hover .icon-container-upload[b-itox4a6ytw] {
        right: 5px;
        top: -25px;
        display: inline-flex;
    }

    .exam-table-row:hover .icon-container-ai[b-itox4a6ytw] {
        right: 70px;
        top: -25px;
        display: inline-flex;
    }

    .exam-table-row:hover .icon-container-prescription[b-itox4a6ytw] {
        right: 150px;
        top: -25px;
        display: inline-flex;
    }

#myModal[b-itox4a6ytw] {
    display: block;
    background-color: rgba(10,10,10,.6);
}

#close-icon[b-itox4a6ytw] {
    margin-top: 30vh;
    margin-left: 45%;
    font-size: 80px;
    cursor: pointer;
}

#close-icon-ai[b-itox4a6ytw] {
    margin-left: 45%;
    font-size: 80px;
    cursor: pointer;
}

#close-icon-norms[b-itox4a6ytw] {
    margin-top: 0vh;
    margin-left: 45%;
    font-size: 80px;
    cursor: pointer;
}

#close-icon-prescription[b-itox4a6ytw] {
    margin-top: 0vh;
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

#close-icon-addlab[b-itox4a6ytw] {
    margin-top: 0vh;
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

#close-icon-lab[b-itox4a6ytw] {
    margin-top: 0vh;
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

#close-icon-curves[b-itox4a6ytw] {
    margin-top: 0vh;
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

@keyframes fade-out-b-itox4a6ytw {
    0% {
        background-color: red;
        opacity: 1;
    }

    100% {
        background-color: white;
        opacity: 1;
    }
}

/* Apply the animation to the element */
.fade-out-animation[b-itox4a6ytw] {
    animation: fade-out-b-itox4a6ytw 1s ease-in-out infinite;
}

@media (max-width: 767px) {
    .exam-table > div:first-child[b-itox4a6ytw] {
        display: none;
    }

    .exam-table-row[b-itox4a6ytw] {
        flex-direction: column;
    }

        .exam-table-row > div[b-itox4a6ytw] {
            width: 100% !important;
            border: 1px solid !important;
            border-color: gray !important;
        }

        .exam-table-row .vanish[b-itox4a6ytw] {
            display: none;
        }

        .exam-table-row .exam-table-row-wt:hover .wt-z-score[b-itox4a6ytw] {
            display: block;
            top: 50px;
        }

        .exam-table-row .exam-table-row-ht:hover .ht-z-score[b-itox4a6ytw] {
            display: block;
            top: 90px;
        }

        .exam-table-row .exam-table-row-hc:hover .hc-z-score[b-itox4a6ytw] {
            display: block;
            top: 130px;
        }

    .pt-name-container[b-itox4a6ytw] {
        font-size: medium;
    }

        .pt-name-container button[b-itox4a6ytw] {
            font-size: medium;
            min-width: fit-content;
        }

    #myModal[b-itox4a6ytw] {
        overflow: scroll;
        height: 100%;
    }
}

.vaccination-shedule-container[b-itox4a6ytw] {
    position: fixed;
    top: 9%;
    left: 0;
    overflow: auto;
    height: 95vh;
    width: 100%;
    opacity: 1;
    background-color: #c5babade;
    z-index: 2000;
}
/* _content/BlazorPediaClinics/Pages/MyPages/GrowthCharts.razor.rz.scp.css */
body[b-dj8mvrlp90] {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: center;
    overflow:auto;
    opacity: 1;
    background: white;
}
.chart-container[b-dj8mvrlp90]{
    height:80%;
    width:80%;
    overflow:auto;
}
.button-container[b-dj8mvrlp90] {
    display: inline-flex;
    justify-content: space-evenly;
    width: 50%;
    position: relative;
    left: 25%;
    flex-wrap: wrap;
}
.button-container button[b-dj8mvrlp90] {
    border-radius: 20px;
    background-color: #ced7fd;
}
.active-btn[b-dj8mvrlp90]{
    color:black;
}
.inactive-btn[b-dj8mvrlp90] {
    color: gray;
}
.chart-canvas[b-dj8mvrlp90] {
    /*width: 100%;
    max-width: 100%;*/ /* Optional, to ensure it doesn't exceed the screen width */
    /*height: auto;*/ /* This will maintain the aspect ratio */
}
.show-horizontal[b-dj8mvrlp90]{
    display:none;
}
@media (max-width: 666px) {
    .show-horizontal[b-dj8mvrlp90] {
        display: block;
    }
}
/*}*/
/* _content/BlazorPediaClinics/Pages/MyPages/Lab.razor.rz.scp.css */
main[b-lxtp6ywr08] {
    display: flex;
    flex-direction: column;
    opacity: 1;
    background: white;
    overflow: auto;
    height: 100%;
    align-items: baseline;
    min-width: fit-content;
}

.header[b-lxtp6ywr08] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border:solid;
    border-color: black;
    border-radius:10px;
}

.img-container[b-lxtp6ywr08] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    align-self: center;
}

    .img-container img[b-lxtp6ywr08] {
        padding: 10px;
        border-style: groove;
        padding-bottom: 60px;
    }

.delete-container[b-lxtp6ywr08] {
}

    .delete-container i[b-lxtp6ywr08] {
        font-size: 3em;
        color: #ff0000cc;
        position: fixed;
        bottom: 50px;
        right: 50px;
        z-index: 1;
    }

        /**/

        .delete-container i:hover[b-lxtp6ywr08] {
            transform: rotate(-20deg);
            color: red;
            cursor: pointer;
        }
/* _content/BlazorPediaClinics/Pages/MyPages/Norms.razor.rz.scp.css */
main[b-in775eaj1p] {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.items-col-container[b-in775eaj1p] {
    display: flex;
    flex-direction: column;
    background-color: gainsboro;
    min-width: 20vw;
}
.items-col[b-in775eaj1p] {
    display: flex;
    width: 100%;
    white-space: nowrap;
    border-bottom:groove;
}

.content-col[b-in775eaj1p] {
    display: flex;
    width: 78%;
    flex-direction: column;
    height: 88vh;
    overflow: scroll;
    background-color: ghostwhite;
}
.list-group[b-in775eaj1p] {
    min-width: 20vw;
}
.list-group-item[b-in775eaj1p] {
    border: none;
    background-color: gainsboro;
}

.measure-container[b-in775eaj1p] {
    display: flex;
    flex-direction: row;
    border-bottom:groove;
    margin-bottom:10px;
    width:fit-content;
}

    .measure-container .key[b-in775eaj1p] {
        background-color: blue;
        color: white;
        width: 50%;
        max-width: 100%;
        min-width: max-content;
        border-radius: 10px;
        padding: 5px;
    }

    .measure-container .value[b-in775eaj1p] {
        padding: 5px;
        width: 50%;
        max-width: 100%;
        min-width: max-content;
    }

@media (max-width: 767px) {
    main[b-in775eaj1p] {
        display: flex;
        flex-direction: column;
    }
    .content-col[b-in775eaj1p] {
        display: flex;
        flex-direction: column;
        overflow: scroll;
        width:100%;
    }
    .list-group[b-in775eaj1p] {
        min-width: 100vw;
    }
    .measure-container[b-in775eaj1p] {
        display: flex;
        flex-direction: row;
        border-bottom: groove;
        margin-bottom: 10px;
        width: 93vw;
    }

        .measure-container .key[b-in775eaj1p] {
            background-color: blue;
            color: white;
            width: max-content;
            border-radius: 10px;
            padding: 5px;
            width: 50%;
            max-width: 100%;
            min-width: auto;
        }

        .measure-container .value[b-in775eaj1p] {
            padding: 5px;
            width: auto;
        }

}
/* _content/BlazorPediaClinics/Pages/MyPages/NurseServicesPage.razor.rz.scp.css */
/* Center headings and add some spacing */
h4[b-bnshcd8pf3] {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Add some padding to tables */
table[b-bnshcd8pf3] {
    margin-top: 10px;
}

/* Adjust spacing between columns for better visibility */
.row[b-bnshcd8pf3] {
    margin-top: 20px;
}

/* Center buttons */
button[b-bnshcd8pf3] {
    width: 150px;
}
/* Highlight row on hover */
.service-row:hover[b-bnshcd8pf3] {
    background-color: #f2f2f2;
    cursor: pointer;
}

/* Highlight selected row */
.selected-row[b-bnshcd8pf3] {
    background-color: #cce5ff;
    font-weight: bold;
}
span[b-bnshcd8pf3] {
    display:inline-flex;
}
.quantity[b-bnshcd8pf3] {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
@page {
    size: 3in 7in;
}
@media print {
    @page {
        size: 80mm auto; /* Width: 80 mm, Height: dynamic (auto) */
        margin: 5mm; /* Minimal margin */
    }
    .main-container[b-bnshcd8pf3]{
        position:fixed;
        left:0;
        top:0;
        width:100%;
        opacity:1;
        background-color:white;
        overflow:auto;
        height:100vh;
    }
    /* Hide everything */
    .container[b-bnshcd8pf3] {
        display: none;
    }
    button[b-bnshcd8pf3]{
        display:none;
    }
    /* Show only the receipt */
    #printableReceipt[b-bnshcd8pf3] {
        display: block;
    }

        /* Ensure receipt is visible */
        #printableReceipt *[b-bnshcd8pf3] {
            visibility: visible;
        }

    #printableReceipt[b-bnshcd8pf3] {
        width: 100%; /* Restrict to thermal printer width */
        padding: 5mm;
        margin: 0;
    }

    /* Receipt table styling */
    .receipt-table[b-bnshcd8pf3] {
        width: 100%;
        border-collapse: collapse;
        font-size: 12px;
    }

        .receipt-table th[b-bnshcd8pf3], .receipt-table td[b-bnshcd8pf3] {
            border: 1px solid #000; /* Optional: for clarity */
            padding: 5px;
            text-align: left;
        }

        .receipt-table th[b-bnshcd8pf3] {
            font-weight: bold;
        }

    h3[b-bnshcd8pf3], h4[b-bnshcd8pf3] {
        margin: 5px 0;
        font-size: 14px;
        text-align: center;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/Prescription.razor.rz.scp.css */
body[b-4g13iv87c8] {
    display: flex;
    flex-direction: column;
    opacity: 1;
    height: 100vh;
    overflow: auto;
}

.close-section[b-4g13iv87c8] {
    display: inline-flex;
    justify-content: space-around;
    position: sticky;
    top: 0px;
    background-color: blue;
    z-index: 1000;
}

    .close-section div[b-4g13iv87c8] {
        cursor: pointer;
        color: white;
    }

.Saved-prescriptions-container[b-4g13iv87c8] {
    display: inline-flex;
    border: groove;
    border-radius: 20px;
    background-color: #d6fdd666;
}

    .Saved-prescriptions-container .button-container[b-4g13iv87c8] {
        display: inline-flex;
        width: 70%;
        flex-wrap: wrap;
    }
    .Saved-prescriptions-container .tempalte[b-4g13iv87c8] {
        display: flex;
        flex-direction: row;
        width: 30%;
        justify-content: space-between;
        align-items: center;
    }

        .Saved-prescriptions-container .tempalte button[b-4g13iv87c8] {
            white-space: nowrap;
            font-size: small;
        }
.button-container button[b-4g13iv87c8] {
    margin: 10px;
    border-radius: 10px;
    position: relative;
    width:max-content;
    height:min-content;
}

    .button-container button i[b-4g13iv87c8] {
        display: none;
    }

    .button-container button:hover i[b-4g13iv87c8] {
        display: inline-block;
        position: absolute;
        top: -15px;
        color: red;
    }
.preview[b-4g13iv87c8]{
    display:flex;
    flex-direction:row;
}
    .preview .drug-table[b-4g13iv87c8] {
        width:50%;
    }
    .preview .print-preview[b-4g13iv87c8] {
        width: 50%;
    }

.drug-tempalte-container[b-4g13iv87c8] {
    display: inline-flex;
}

    .drug-tempalte-container .drug-container[b-4g13iv87c8] {
        display: flex;
        flex-direction: column;
        width: 80%;
        justify-content: space-between;
        z-index: 200;
    }



.select-drugs[b-4g13iv87c8] {
    display: flex;
    flex-direction: row;
}

    .select-drugs .Labels[b-4g13iv87c8] {
        display: flex;
        flex-direction: column;
        width: 20%;
    }

    .select-drugs .drug-text-boxes[b-4g13iv87c8] {
        width: 80%;
    }

.prescription-box[b-4g13iv87c8] {
    display: flex;
    flex-direction: row;
}

    .prescription-box label[b-4g13iv87c8] {
        width: 20%;
    }

    .prescription-box input[b-4g13iv87c8] {
        width: 80%;
    }

.prescription-row-container[b-4g13iv87c8] {
    display: flex;
    flex-direction: column;
}

    .prescription-row-container .prescription-txt[b-4g13iv87c8] {
        direction: rtl;
    }

    .prescription-row-container textarea[b-4g13iv87c8] {
        border: none;
    }

#myModal2[b-4g13iv87c8] {
    display: block;
    background-color: rgba(255,255,255,.9);
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

#myModal3[b-4g13iv87c8] {
    display: block;
    background-color: rgba(255,255,255,.9);
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

#close-icon2[b-4g13iv87c8] {
    margin-top: 0vh;
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
}

#close-icon3[b-4g13iv87c8] {
    margin-top: 0vh;
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
}
@media (max-width: 676px) {
    .select-drugs[b-4g13iv87c8] {
        display: flex;
        flex-direction: column;
    }
    .Saved-prescriptions-container .tempalte[b-4g13iv87c8] {
        display: flex;
        flex-direction: column;
        width: 30%;
        justify-content: space-between;
        align-items: center;
    }
    .preview[b-4g13iv87c8] {
        display: flex;
        flex-direction: column;
    }
        .preview .drug-table[b-4g13iv87c8] {
            width: 100%;
        }

        .preview .print-preview[b-4g13iv87c8] {
            width: 100%;
        }
}

    /*@media print {
    .dont-show {
        display: none;
    }

    #close-icon2 {
        display: none;
    }
}*/

    /* Show the button on the screen */
    /*@media screen {
    .dont-show {
        display: inline-block;
    }

    #myModal2 {
        width: 100%;
        overflow: auto;
    }
}*/
/* _content/BlazorPediaClinics/Pages/MyPages/PrescriptionPreview.razor.rz.scp.css */
/*.print-content {
    margin-top: 5cm;*/ /* Adjust this value as needed */
/*font-size: xx-large;
}*/
body[b-h6gdzirwf8] {
    display: flex;
    flex-direction: column;
    align-content: center;
    overflow: auto;
}

.button[b-h6gdzirwf8] {
    width: 50px;
}

input[b-h6gdzirwf8] {
    width: 60px;
}

.selected-image[b-h6gdzirwf8] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 148mm;
    /*position: absolute;*/
    top: 0;
}

    .selected-image .name[b-h6gdzirwf8] {
        position: absolute;
    }

    .selected-image .date[b-h6gdzirwf8] {
        position: absolute;
        background-color:white;
    }

.image-container[b-h6gdzirwf8] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
}

    .image-container .input-name[b-h6gdzirwf8] {
        align-self: center;
    }

    .image-container .top-button-container[b-h6gdzirwf8] {
        align-self: center;
        padding: 15px;
        background: gainsboro;
        border-radius: 20px;
        display: flex;
    }

    .image-container .bottom-container[b-h6gdzirwf8] {
        align-self: center;
        padding: 15px;
        background: gainsboro;
        border-radius: 20px;
        display: flex;
    }

.image-side-buttons[b-h6gdzirwf8] {
    display: flex;
    flex-direction: row;
}

    .image-side-buttons .left-container[b-h6gdzirwf8] {
        padding: 15px;
        background: gainsboro;
        border-radius: 20px;
        text-align-last: right;
    }

    .image-side-buttons .left-button-container[b-h6gdzirwf8] {
        display: flex;
        flex-direction: row;
        height: fit-content;
    }

    .image-side-buttons .right-button-container[b-h6gdzirwf8] {
        display: flex;
        flex-direction: row;
        height: fit-content;
    }
/* Styles for the selected image */
.selected-image[b-h6gdzirwf8] {
    position: relative;
}

#PrescriptionImg[b-h6gdzirwf8] {
    width: 148mm;
}
.text-overlay[b-h6gdzirwf8] {
    position: absolute;
    top: 50px; /* Adjust the top position as needed */
    left: 10px; /* Adjust the left position as needed */
    color: black; /* Text color */
    font-size: 18px; /* Font size */
    z-index: 30;
    display: flex;
    flex-direction: column;
}

    .text-overlay .prescription[b-h6gdzirwf8] {
        align-self: center;
    }


/* _content/BlazorPediaClinics/Pages/MyPages/PrescriptionPrint.razor.rz.scp.css */
/*.print-content {
    margin-top: 5cm;*/ /* Adjust this value as needed */
/*font-size: xx-large;
}*/
body[b-uv7b3v2bt0] {
    display: flex;
    flex-direction: column;
    align-content: center;
    overflow: auto;
    backface-visibility: visible;
    align-items: center;
}

.button[b-uv7b3v2bt0] {
    width: 50px;
}

input[b-uv7b3v2bt0] {
    width: 60px;
}

.selected-image[b-uv7b3v2bt0] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 210mm;
    /*position: absolute;*/
    top: 0;
}
    .selected-image .background[b-uv7b3v2bt0] {
        background-color: white;
    }
    .selected-image .name[b-uv7b3v2bt0] {
        position: absolute;
    }

    .selected-image .date[b-uv7b3v2bt0] {
        position: absolute;
        background-color:white;
    }

.image-container[b-uv7b3v2bt0] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
}

    .image-container .input-name[b-uv7b3v2bt0] {
        align-self: center;
    }

    .image-container .top-button-container[b-uv7b3v2bt0] {
        align-self: center;
        padding: 15px;
        background: gainsboro;
        border-radius: 20px;
        display: flex;
    }

    .image-container .bottom-container[b-uv7b3v2bt0] {
        align-self: center;
        padding: 15px;
        background: gainsboro;
        border-radius: 20px;
        display: flex;
    }

.image-side-buttons[b-uv7b3v2bt0] {
    display: flex;
    flex-direction: row;
}

    .image-side-buttons .left-container[b-uv7b3v2bt0] {
        padding: 15px;
        background: gainsboro;
        border-radius: 20px;
        text-align-last: right;
    }

    .image-side-buttons .left-button-container[b-uv7b3v2bt0] {
        display: flex;
        flex-direction: row;
        height: fit-content;
    }

    .image-side-buttons .right-button-container[b-uv7b3v2bt0] {
        display: flex;
        flex-direction: row;
        height: fit-content;
    }
/* Styles for the selected image */
.selected-image[b-uv7b3v2bt0] {
    position: relative;
}

/* Styles for the text overlay */
.text-overlay[b-uv7b3v2bt0] {
    position: absolute;
    top: 50px; /* Adjust the top position as needed */
    left: 10px; /* Adjust the left position as needed */
    color: black; /* Text color */
    font-size: 18px; /* Font size */
    z-index: 30;
    display: flex;
    flex-direction: column;
}

    .text-overlay .prescription[b-uv7b3v2bt0] {
        align-self: center;
    }


@media print {
    

    
    .selected-image[b-uv7b3v2bt0] {
        position: fixed;
        
        overflow: auto;
        left: 0px;
        top: 0px;
        margin: 0px;
    }
    

}
/* Show the button on the screen */
/*@media screen {
    .dont-show {
        display: inline-block;
    }
}*/
/* _content/BlazorPediaClinics/Pages/MyPages/PtData.razor.rz.scp.css */
.ptdata-table[b-3qdam8jp8u] {
    display: inline-grid;
    width: 100%;
    box-shadow: 0px 0 7px 2px #2626c8;
    grid-template-columns: repeat(11,auto);
    overflow: auto;
    max-height: 75px;
}

.ptdata-table-row[b-3qdam8jp8u] {
    color: blue;
    background-color: white;
    padding: 1px;
    border-style: solid;
    border-color: blue;
    border-radius: 2px;
}

    .ptdata-table-row .label[b-3qdam8jp8u] {
        color: white;
        background-color: blue;
        font-size: small;
    }

    .ptdata-table-row .data[b-3qdam8jp8u] {
        white-space: pre-wrap;
        max-height: 150px;
        overflow-y: auto;
    }


.red-flag[b-3qdam8jp8u] {
    animation: flash-b-3qdam8jp8u 2s linear infinite alternate;
    color: white;
}

@keyframes flash-b-3qdam8jp8u {
    0% {
        background-color: red;
        color: white;
    }

    50% {
        background-color: white;
        color: red;
    }

    100% {
        background-color: red;
        color: white;
    }
}

#myModal2[b-3qdam8jp8u] {
    display: block;
    background-color: rgba(255,255,255,.9);
}

#close-icon2[b-3qdam8jp8u] {
    margin-top: 0vh;
    margin-left: 45%;
    font-size: 80px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .ptdata-table[b-3qdam8jp8u] {
        grid-template-columns: repeat(3,1fr);
        max-height: 150px;

    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/Reports/ClinicSurvey.razor.rz.scp.css */
.mean[b-nylc8ardof] {
    border: inset;
    border-radius: 20px;
    margin: 10px;
    position:relative;
}
.title[b-nylc8ardof] {
    text-align: center;
}
.print-icon[b-nylc8ardof] {
    position: absolute;
    font-size: 36px;
    color: green;
    top: 10px;
    right: 10px;
}
#myModal[b-nylc8ardof] {
    display: block;
    background-color: white;
}


#close-icon[b-nylc8ardof] {
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
}
@media print{
    #close-icon[b-nylc8ardof] {
        display:none;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/Reports/DocMonthSurvey.razor.rz.scp.css */
.mean[b-qsuvp652zt] {
    border: inset;
    border-radius: 20px;
    margin: 10px;
}
.title[b-qsuvp652zt] {
    text-align: center;
}
/* _content/BlazorPediaClinics/Pages/MyPages/Reports/MonthReport.razor.rz.scp.css */
.header-div[b-3zcgw4gnwn] {
    display: flex;
    flex-direction: row;
}

    .header-div .form-group[b-3zcgw4gnwn] {
        /*flex-basis: 46%;*/
        width: stretch;
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
    }

.button-container[b-3zcgw4gnwn] {
    display: flex;
    flex-flow: wrap;
}

.btn-primary[b-3zcgw4gnwn] {
    background-color: green;
}

.small-container[b-3zcgw4gnwn] {
    display: inline-flex;
    flex-wrap: wrap;
    width:100%;
}

    .small-container .small[b-3zcgw4gnwn] {
        width: 50%;
    }

.large[b-3zcgw4gnwn] {
    text-align: center;
    font-size: x-large;
}
@media (max-width: 676px) {
    .small-container .small[b-3zcgw4gnwn] {
        width: 90vw;
    }
    .header-div[b-3zcgw4gnwn] {
        display: flex;
        flex-direction: column;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/Reports/MySurveys.razor.rz.scp.css */
.header-div[b-noahth4ua6] {
    display: flex;
    flex-direction: row;
}

    .header-div .form-group[b-noahth4ua6] {
        /*flex-basis: 46%;*/
        width: stretch;
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
    }

.button-container[b-noahth4ua6] {
    display: flex;
    flex-flow: wrap;
}

.btn-primary[b-noahth4ua6] {
    background-color: green;
}

.small-container[b-noahth4ua6] {
    display: inline-flex;
    flex-wrap: wrap;
}

    .small-container .small[b-noahth4ua6] {
        width: 50%;
    }

.large[b-noahth4ua6] {
    text-align: center;
    font-size: x-large;
}
@media (max-width: 676px) {
    .small-container .small[b-noahth4ua6] {
        width: 90vw;
    }
    .header-div[b-noahth4ua6] {
        display: flex;
        flex-direction: column;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/Reports/Surveys.razor.rz.scp.css */
.header-div[b-g949ufber7] {
    display: flex;
    flex-direction: row;
}

    .header-div .form-group[b-g949ufber7] {
        /*flex-basis: 46%;*/
        width: stretch;
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
    }

        .header-div .form-group label[b-g949ufber7] {
            /*margin-bottom: 0.5rem;*/
            width: stretch;
            margin: auto;
        }

        .header-div .form-group input[type="date"][b-g949ufber7] {
            width: 65%;
            text-align: center;
            margin: auto;
        }

    .header-div .form-check-group[b-g949ufber7] {
        display: flex;
        flex-direction: column;
    }



.button-container[b-g949ufber7] {
    display: flex;
    direction: rtl;
    flex-flow: wrap;
}

.btn-primary[b-g949ufber7] {
    background-color: blue;
}

.data-div[b-g949ufber7] {
    display: flex;
    direction: rtl;
    width: 100%;
}

    .data-div .doctor-info[b-g949ufber7] {
        display: flex;
        width: 25%;
        height: 88vh;
        overflow: auto;
    }

        .data-div .doctor-info .pt-count[b-g949ufber7] {
            text-align: center;
            color: white;
            background-color: blue;
            border-style: groove;
            border-radius: 10px;
        }

        .data-div .doctor-info .doctor-info-row[b-g949ufber7] {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-between;
            border-style: groove;
            border-radius: 10px;
            direction: rtl;
        }

            .data-div .doctor-info .doctor-info-row:hover[b-g949ufber7] {
                cursor: pointer;
            }

        .data-div .doctor-info .selected[b-g949ufber7] {
            background-color:yellow;
            color:blue;
            font-weight:bold;
        }

        .data-div .doctor-info .doctor-info-row .doctor-name[b-g949ufber7] {
            width: 80%;
            border-left: inset;
            border-left-color: snow;
            border-right: inset;
            font-size: larger;
            direction: rtl;
            align-self: center;
            display: flex;
            text-align: right;
        }

        .data-div .doctor-info .doctor-info-row .count[b-g949ufber7] {
            width: 20%;
            margin: auto;
            font-size: larger;
            direction: rtl;
            text-align: center;
        }


    .data-div .exam-container[b-g949ufber7] {
        direction: ltr;
        display: flex;
        width: 75%;
        height: 88vh;
        overflow: auto;
        flex-direction: column;
    }

@media (max-width: 676px) {
    .header-div[b-g949ufber7] {
        display: flex;
        flex-direction: column;
    }

    .data-div .doctor-info .doctor-info-row[b-g949ufber7] {
        flex-direction: column-reverse;
    }

        .data-div .doctor-info .doctor-info-row .doctor-name[b-g949ufber7] {
            width: 100%;
            border-left: none;
            border-left-color: snow;
            border-bottom: inset;
            font-size: larger;
            direction: rtl;
            align-self: center;
            display: flex;
            text-align: right;
        }

        .data-div .doctor-info .doctor-info-row .count[b-g949ufber7] {
            width: 100%;
            margin: auto;
            font-size: larger;
            direction: rtl;
            text-align: center;
            border-left-color: snow;
            border-bottom: inset;
        }
}
/* _content/BlazorPediaClinics/Pages/MyPages/Reservations/ClinicManagerRow.razor.rz.scp.css */

.active-clinic[b-uds2jztfwy] {
    display: flex; /* Use flexbox */
    flex-direction: row; /* Stack elements vertically */
    /*justify-content: space-between;*/ /* Distribute elements vertically */
    align-items: center; /* Center elements horizontally */
    border: 1px solid #000; /* Border style */
    padding: 10px; /* Add some padding to create space between the border and content */
    background-color: #f0f0f0; /* Background color */
    border-radius: 10px;
    margin: 10px;
}

    .active-clinic .first-row[b-uds2jztfwy] {
        display: flex;
        flex-direction: row;
        width: 50%;
        justify-content: space-between;
    }

    .active-clinic .second-row[b-uds2jztfwy] {
        display: flex;
        flex-direction: row;
        width: 50%;
        justify-content: space-between;
    }

    .active-clinic input[b-uds2jztfwy] {
        width: 50px;
    }

button[b-uds2jztfwy] {
    border-radius: 5px;
}
/* CSS styles for active-clinic-id class */
.active-clinic-id[b-uds2jztfwy] {
    color: #333; /* Text color */
    font-size: 18px; /* Increase font size */
    font-weight: bold; /* Make the text bold */
    width: 10%;
    text-align: right;
}

/* CSS styles for active-clinic-DoctorName class */
.active-clinic-DoctorName[b-uds2jztfwy] {
    color: #555; /* Text color */
    font-size: 18px; /* Increase font size */
    margin-top: 5px; /* Add some top margin */
    width: 20%;
    text-align: center;
}

/* CSS styles for active-clinic-Shift class */
.active-clinic-Shift[b-uds2jztfwy] {
    color: #777; /* Text color */
    font-size: 18px; /* Increase font size */
    margin-top: 5px; /* Add some top margin */
    width: 20%;
    text-align: center;
}

.active-clinic-Status[b-uds2jztfwy] {
    color: #777; /* Text color */
    font-size: 18px; /* Increase font size */
    margin-top: 5px; /* Add some top margin */
    width: 20%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .active-clinic-Status .change-status[b-uds2jztfwy] {
        position: absolute;
        top: -35px;
        right: 30%;
        /*transform: translate(-50%, -50%);*/ /* Center the icon horizontally */
        display: none; /* Hide the icon by default */
        border: groove;
        border-radius: 10px;
        padding: 2px;
        background-color: lightsalmon;
        color: white;
    }

    .active-clinic-Status:hover .change-status[b-uds2jztfwy] {
        display: block; /* Show the icon on hover */
    }

@media (max-width: 676px) {
    .active-clinic[b-uds2jztfwy] {
        flex-direction:column;
        font-size:large;
    }
        .active-clinic .first-row[b-uds2jztfwy] {
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: space-between;
        }

        .active-clinic .second-row[b-uds2jztfwy] {
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: space-between;
        }
    .active-clinic-id[b-uds2jztfwy] {
        color: #333; /* Text color */
        font-size: 18px; /* Increase font size */
        font-weight: bold; /* Make the text bold */
        min-width:max-content;
        text-align: right;
    }

    /* CSS styles for active-clinic-DoctorName class */
    .active-clinic-DoctorName[b-uds2jztfwy] {
        color: #555; /* Text color */
        font-size: 18px; /* Increase font size */
        margin-top: 5px; /* Add some top margin */
        width: 20%;
        text-align: center;
        min-width: max-content;
    }

    /* CSS styles for active-clinic-Shift class */
    .active-clinic-Shift[b-uds2jztfwy] {
        color: #777; /* Text color */
        font-size: 18px; /* Increase font size */
        margin-top: 5px; /* Add some top margin */
        width: 20%;
        text-align: center;
    }
    .active-clinic-Status[b-uds2jztfwy] {
        color: #777; /* Text color */
        font-size: 18px; /* Increase font size */
        margin-top: 5px; /* Add some top margin */
        min-width:max-content;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/Reservations/ClinicsManager.razor.rz.scp.css */
main[b-yjnyuyie84]{
    direction:rtl;
}
.active-clinics-container[b-yjnyuyie84] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 90vh;
}
.add-clinic-container[b-yjnyuyie84]{
    text-align:center;
}
@media (max-width: 676px) {
    
    }
/* _content/BlazorPediaClinics/Pages/MyPages/Reservations/ClinicsReservations.razor.rz.scp.css */
main[b-tk7qhay20y] {
    direction: rtl;
}

.ribbon[b-tk7qhay20y] {
    display: flex;
    place-content: space-between;
    background-color: cadetblue;
    font-size: x-large;
    padding: 6px;
    border-radius: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
    .ribbon button[b-tk7qhay20y] {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background-color: white;
        border-radius: 25px;
    }
.ribbon i[b-tk7qhay20y] {
    color: limegreen;
    font-size: 34px;
}

.grid-container[b-tk7qhay20y] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    height: 100%;
    width: 100%;
}

.component[b-tk7qhay20y] {
    padding: 10px;
    background-color: lightgray;
}
.dialoge-container[b-tk7qhay20y] {
    overflow: auto;
    height: inherit;
}
#myModal[b-tk7qhay20y] {
    display: block;
    background-color: white;
}


#close-icon[b-tk7qhay20y] {
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
}
@media (max-width: 676px) {
    .ribbon[b-tk7qhay20y]{
        font-size:large;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/Reservations/PrintSingelClinicReservation.razor.rz.scp.css */
main[b-2i1tne8azn]{
    overflow:auto;
    height:90vh;
}
.print-clinic-icon[b-2i1tne8azn] {
    color: green;
    font-size:40px;
}
.print-btn[b-2i1tne8azn] {
    background-color: #ddf5dd;
    color: #227d22;
    border-radius: 10px;
    border: groove;
}
.clinics-column[b-2i1tne8azn] {
    overflow: auto;
    width: 100%;
    /*height: 100vh;*/
    direction: rtl;
    flex: auto;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.master-clinic-container[b-2i1tne8azn] {
    text-align: center;
    position: relative;
    border-style: solid;
    border-radius: 10px;
    direction:rtl;
}

    .master-clinic-container .clinic-info[b-2i1tne8azn] {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        font-size: x-large;
    }
    .master-clinic-container .clinic-sub-info[b-2i1tne8azn] {
        display: flex;
        flex-direction: row;
        justify-content: space-around;

    }
.master-clinic-container .clinic-info .clinic-id[b-2i1tne8azn]{
    font-size:small;
}

.clinic-details-div[b-2i1tne8azn] {
    display: flex;
    justify-content: space-between;
}

.type-div[b-2i1tne8azn] {
    text-align: center;
    font-size: larger;
    border-bottom: solid;
}

    .type-div button[b-2i1tne8azn] {
        border-bottom: none;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }

.clinic-details-number[b-2i1tne8azn] {
    width: 7%;
    display: flex;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    align-self: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-left: groove;
    padding-left: 5px;
}

    .clinic-details-number i[b-2i1tne8azn] {
        display: none;
    }



.clinic-details-name[b-2i1tne8azn] {
    width: 58%;
    /*border-left: inset;
    border-left-color: snow;
    border-right: inset;*/
    font-size: larger;
    direction: rtl;
    align-self: center;
    display: flex;
}

.clinic-details-date[b-2i1tne8azn] {
    width: 27%;
    position: relative;
    font-size: small;
    display: grid;
    direction: rtl;
    text-align: center;
}

.patient-list[b-2i1tne8azn] {
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.right-column[b-2i1tne8azn] {
    width: 50%;
    text-align: right;
    border-left: solid;
    
}

.left-column[b-2i1tne8azn] {
    width: 50%;
    text-align: left;
}

.sum-div[b-2i1tne8azn] {
    text-align: center;
    font-size: x-large;
    border-top: solid;
}

#sum-btn[b-2i1tne8azn] {
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#myModal[b-2i1tne8azn] {
    display: block;
    background-color: white;
}


#close-icon[b-2i1tne8azn] {
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
}
@media print{
    .no-print[b-2i1tne8azn] {
        display: none;
    } 
}
/* _content/BlazorPediaClinics/Pages/MyPages/Reservations/SingelClinicReservation.razor.rz.scp.css */
.clinics-column[b-9xonwaj9fo] {
    overflow: auto;
    width: 100%;
    height: 66vh;
    direction: rtl;
    flex: auto;
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-bottom: 100px;
}

.master-clinic-container[b-9xonwaj9fo] {
    text-align: center;
    position: relative;
}

    .master-clinic-container button[b-9xonwaj9fo] {
        border-radius: 15px;
        background-color: blue;
        color: white;
        margin-bottom: 10px;
    }

    .master-clinic-container .clinic-info[b-9xonwaj9fo] {
        font-size: x-large;
    }

        .master-clinic-container .clinic-info .clinic-no[b-9xonwaj9fo] {
            border: groove;
            border-radius: 25px;
            width: 50px;
            background-color: darkolivegreen;
            color: white;
        }

    .master-clinic-container i[b-9xonwaj9fo] {
        position: absolute;
        top: -35px;
        display: none;
        color: #ff0000a6; /* Hide the icon by default */
        font-size: 35px;
        cursor:pointer;
    }
    .master-clinic-container .print-clinic-icon[b-9xonwaj9fo]{
        left:20px;
        color:green;
    }
    .master-clinic-container:hover i[b-9xonwaj9fo] {
        display: block;
    }

.clinic-details-div[b-9xonwaj9fo] {
    display: flex;
    justify-content: space-between;
    border-style: groove;
    border-radius: 10px
}



.clinic-details-number[b-9xonwaj9fo] {
    width: 7%;
    display: flex;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    align-self: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .clinic-details-number i[b-9xonwaj9fo] {
        display: none;
    }

.clinic-details-div:hover i[b-9xonwaj9fo] {
    display: block;
}

.clinic-details-div-selected:hover i[b-9xonwaj9fo] {
    display: block;
}

.clinic-details-name[b-9xonwaj9fo] {
    width: 58%;
    border-left: inset;
    border-left-color: snow;
    border-right: inset;
    font-size: larger;
    direction: rtl;
    align-self: center;
    display: flex;
}

.clinic-details-date[b-9xonwaj9fo] {
    width: 27%;
    position: relative;
    font-size: small;
    display: grid;
    direction: rtl;
    text-align: center;
}

.clinic-info[b-9xonwaj9fo] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-style: groove;
    border-radius: 10px
}
.dialoge-container[b-9xonwaj9fo] {
    overflow: auto;
    height: inherit;
}

#myModal[b-9xonwaj9fo] {
    display: block;
    background-color: white;
}


#close-icon[b-9xonwaj9fo] {
    margin-left: 45%;
    font-size: 40px;
    cursor: pointer;
}
@media print {
    .no-print[b-9xonwaj9fo] {
        display: none;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/SearchPt.razor.rz.scp.css */
.add-exam[b-b7fx7c7m3y] {
    position: fixed;
    bottom: 0;
}
/* _content/BlazorPediaClinics/Pages/MyPages/UpdatePtData.razor.rz.scp.css */
main[b-ok3t6giw68]{

}
.ptdata-table[b-ok3t6giw68] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ptdata-table-row[b-ok3t6giw68] {
    display: inline-flex;
    width: 45%;
    margin: 10px;
    flex-grow: 1;
}
.label[b-ok3t6giw68] {
    width: 20%;
}
.input-data[b-ok3t6giw68] {
    width: 70%;
}
.ok-btn-div[b-ok3t6giw68]{
    display:flex;
}
.accept-btn[b-ok3t6giw68] {
    aspect-ratio: 1 / 1;
    width: 10%;
    border-radius: 30%;
    border: solid;
    background-color: blue;
    color: white;
    min-width:fit-content;
    max-width:15%;

}
@media (max-width: 767px) {
    .ptdata-table[b-ok3t6giw68] {
        height: 70vh;
        overflow: scroll;
    }
}
/* _content/BlazorPediaClinics/Pages/MyPages/Vaccinations.razor.rz.scp.css */
.main[b-9dmmazxajg] {
    margin: 20px;
    padding: 20px;
    border-radius: 25px;
    opacity: 1;
    background-color: white;
}
.page-header[b-9dmmazxajg]{
    display:inline-flex;
    justify-content:space-evenly;
    width:100%;
}
    .page-header button[b-9dmmazxajg] {
        
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 10px;
        width: 34px;
        height: 34px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        transform: rotate(-180deg);
       
    }
.category[b-9dmmazxajg] {
    width:100%;
    margin-bottom: 10px;
}
.category-header[b-9dmmazxajg] {
    margin-top: 5px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    cursor:pointer;
}

    .category button[b-9dmmazxajg] {        
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 10px;
        margin: 0 20px;
        width: 34px;
        height: 34px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        transform: rotate(-180deg);
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
    }

.header[b-9dmmazxajg], .vaccine-row[b-9dmmazxajg] {
    display: flex;
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.header[b-9dmmazxajg] {
    font-weight: bold;
}

.header-item[b-9dmmazxajg], .vaccine-item[b-9dmmazxajg] {
    flex: 1;
    text-align: center;
}

    .header-item:first-child[b-9dmmazxajg], .vaccine-item:first-child[b-9dmmazxajg] {
        flex: 0 0 50px;
    }

    .vaccine-item input[type="checkbox"][b-9dmmazxajg] {
        margin: 0 auto;
    }

    .vaccine-item input[type="date"][b-9dmmazxajg] {
        width: auto;
        padding: 5px;
        box-sizing: border-box;
    }
/* _content/BlazorPediaClinics/Shared/NavMenu.razor.rz.scp.css */
.fixed[b-e1jsu12z1h] {
    position: fixed;
    right: 1%;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 2000;
}
