/* _content/API/Pages/TestPage.razor.rz.scp.css */

.center[b-n701ghdtmn] {
    width: 5vw;
    height: 5vw;
    position: fixed;
    left: 50%;
    top: 34vh;
    color: white;
    text-align: center;
}
/* _content/API/Shared/CustomComponent/AttachmentPopUp.razor.rz.scp.css */

.centered[b-jm6s3f91o3] {
    display: flex;
    /*justify-content: center;
    align-items: center;
    text-align: center;*/
    min-height: 90vh;
    width: 90vw;
    margin-top: 5vh;
    margin-left: 5vw;
    padding-top: 2vw;
    background: var(--white-color);
    border-radius: 2vw;
}
.list-main[b-jm6s3f91o3] {
    position: relative;
    margin-left: 2vw;
    width: 25%;
}
h1[b-jm6s3f91o3], .list-container label[b-jm6s3f91o3] {
    color: var(--font-primary-color);
}
input[b-jm6s3f91o3] {
    width: 100%;
    border: 1px solid var(--black-color);
}
input[b-jm6s3f91o3], .list-container[b-jm6s3f91o3] {
    margin-top: 2vh;
}
.list-container[b-jm6s3f91o3] {
    width: 100%;
    background-color: white;
}
.dot[b-jm6s3f91o3] {
    height: 7px;
    width: 7px;
    background-color: var(--black-color);
    border-radius: 50%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.path-container[b-jm6s3f91o3] {
    overflow: hidden;
    margin: 1vw;
}
.clickable[b-jm6s3f91o3] {
    font-style: normal;
    text-decoration: none;
    color: var(--black-color);
    width: 20vw;
}
    .clickable a[b-jm6s3f91o3] {
        white-space: nowrap;
        display: inline-block;
    }
        .clickable a:hover[b-jm6s3f91o3] {
            animation: marquee-b-jm6s3f91o3 5s linear infinite;
        }
.path-selected[b-jm6s3f91o3] {
    text-decoration: underline !important;
    text-underline-offset: 0.3em;
}

@keyframes marquee-b-jm6s3f91o3 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

img[b-jm6s3f91o3], iframe[b-jm6s3f91o3] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 60%;*/
    height: 70%;
    min-height: 80vh;
}
.file-container[b-jm6s3f91o3] {
    width: 65vw;
    height: 25vw;
}
/* _content/API/Shared/CustomComponent/ConfirmPopUp.razor.rz.scp.css */

.center[b-lnrb7e4m6l] {
    position: fixed;
    left: 38%;
    top: 34vh;
    color: var(--font-primary-color);
    text-align: center;
    background-color: var(--background-secondary-color);
  
    border-radius: 10px;
    cursor: pointer;
  
}
h1[b-lnrb7e4m6l],p[b-lnrb7e4m6l]{
   text-align:left;
   width:100%;
   padding:5px;
}
.btn[b-lnrb7e4m6l] {
   float:right;
   
}
button[b-lnrb7e4m6l] {

    margin-top: 15px;
    margin-bottom: 5px;
    margin-left:10px;
    width: 50px;
    height: 50px;
    background: #000080;
    border-radius: 8px;
}
@media (MAX-width: 641px) {
    .center[b-lnrb7e4m6l] {
     
        left: 5%;
        right:5%;
    }
    }
/* _content/API/Shared/CustomComponent/DatetimePcker.razor.rz.scp.css */

.datetime-container[b-lzj28te73j] {
    width: 250px;
    width: fit-content;
    height:60px;
    font-size:20px;
    margin-right: 2vw;
    border-radius: 10px;
    border: 1px solid var(--black-color);
    margin-top: 1vw;
    margin-bottom: 2vw;
    padding-left:15px;
}

input[b-lzj28te73j] {
    width: 30px;
    margin-left: -7px;
}
label[b-lzj28te73j]{
    width:6.6px;
    margin-left:-7px;

               
}
.year[b-lzj28te73j] {
    width: 50px;
}
    input:focus[b-lzj28te73j] {
        outline: none;
    }

input[type=datetime-local][b-lzj28te73j], input[type=date][b-lzj28te73j] {
    width: 22px;
   margin-left:10px;
   margin-top:10px;
}

    input[type=datetime-local]:focus-visible[b-lzj28te73j], input[type=date]:focus-visible[b-lzj28te73j] {
        outline: none;
    }
    #hour[b-lzj28te73j]{
        margin-left:8px;
    }

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .datetime-container[b-lzj28te73j] {
        font-size: 15px;
    }

    input[b-lzj28te73j] {
        width: 35px;
    }
        input[type=datetime-local][b-lzj28te73j], input[type=date][b-lzj28te73j] {
            visibility: hidden;
        }
}
@media only screen and (max-width:850px) {

    .datetime-container[b-lzj28te73j] {
        font-size: 15px;
    }

    input[b-lzj28te73j] {
        width: 35px;
    }
        input[type=datetime-local][b-lzj28te73j], input[type=date][b-lzj28te73j] {
            visibility: hidden;
        }
}
/* _content/API/Shared/CustomComponent/FilePopUp.razor.rz.scp.css */

.centered[b-r5xdnpdein] {
    margin-top: 10vh;
}
img[b-r5xdnpdein], iframe[b-r5xdnpdein] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: 60%;
    min-height: 80vh;
}
/* _content/API/Shared/CustomComponent/FileUpload.razor.rz.scp.css */
.container[b-6nn6jjt7bf] {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    color: black;
    /*padding: 15%;*/
}
.upload-button[b-6nn6jjt7bf] {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}
/* _content/API/Shared/CustomComponent/LoadingPopUp.razor.rz.scp.css */

.center[b-2fc7n2rjzc] {
    width: 5vw;
    height: 5vw;
    position: fixed;
    left: 50%;
    top: 34vh;
    color: white;
    text-align: center;
}
/* _content/API/Shared/CustomComponent/OkPopUp.razor.rz.scp.css */

.center[b-re0a4e4rqk] {
    position: fixed;
    left: 38%;
    top: 34vh;
    color: white;
    text-align: center;
}
/* _content/API/Shared/Header.razor.rz.scp.css */


.header[b-kuytx1lzps] {
    background-color: #ffffff;
    height: 64px;
    width: 100vw;
    filter: drop-shadow(0px 4px 10px rgba(0,0,0.501960813999176,0.20000000298023224));
    padding: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.mymd[b-kuytx1lzps] {
    color: #000080;
    text-align: center;
    vertical-align: text-top;
    font-size: 20px;
    font-family: Space Grotesk;
    line-height: auto;
    border-style: hidden;
    outline: none;
    left: 7vw;
    top: 15px;
    position: absolute;
    /*width: 61px;*/
}

.searchbar[b-kuytx1lzps] {
    background-color: #ffffff;
    height: 39px;
    width: 520px;
    padding: 0px;
    left: 40%;
    top: 13px;
    position: relative;
}

.search-input[b-kuytx1lzps] {
    position: absolute;
    width: 383px;
    height: 26px;
    left: 68px;
    top: 5px;
    /* Space, 20, Bold */

    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */

    color: #D9D9D9;
}
    .search-input[b-kuytx1lzps], .search-input:placeholder-shown[b-kuytx1lzps] {
        border: none;
        /*background-color:red;*/
    }

.union2[b-kuytx1lzps] {
    /*background-color: #000080;*/
    height: 30.06066131591797px;
    width: 29.56066131591797px;
    left: 0px;
    top: 0px;
    position: absolute;
}
.frame132[b-kuytx1lzps] {
    height: 28px;
    width: 256px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    position: absolute;
    top: 14px;
    right: 5vw;
}

.message-square-dots-svgrepo-com1[b-kuytx1lzps] {
    background-color: #ffffff;
    height: 28px;
    width: 28px;
    padding: 0px;
}


.calendar[b-kuytx1lzps] {
    color: #000080;
    text-align: center;
    vertical-align: text-top;
    font-size: 20px;
    font-family: Space Grotesk;
    align-self: flex-start;
    left: 68px;
    top: 1px;
    position: absolute;
    line-height: auto;
    border-style: hidden;
    outline: none;
    width: 86px;
    display: flex;
    cursor: pointer;
    transition: left 1s ease 100ms;
}

.profile[b-kuytx1lzps] {
    color: #000080;
    text-align: center;
    vertical-align: text-top;
    font-size: 20px;
    font-family: Space Grotesk;
    align-self: flex-start;
    left: 194px;
    top: 1px;
    position: absolute;
    line-height: auto;
    border-style: hidden;
    outline: none;
    width: 62px;
    display: flex;
    cursor: pointer;
    transition: width 1s ease 100ms;
    overflow: hidden;
}

.randomlogo[b-kuytx1lzps] {
    height: 37px;
    width: 44px;
    left: 45px;
    top: 14px;
    position: fixed;
}

.calendar:hover[b-kuytx1lzps] {
    width: 200px;
    left: 30px;
}
    .calendar:hover > .animation-gradient[b-kuytx1lzps] {
        visibility: visible;
    }
.profile:hover[b-kuytx1lzps] {
    width: 145px;
}
    .profile:hover > .animation-gradient[b-kuytx1lzps] {
        visibility: visible;
    }
@media (MAX-width: 641px) {
    .header[b-kuytx1lzps] {
        height: 0px;
        width: 0vw;
    }

    .mymd[b-kuytx1lzps] {
        font-size: 0px;
    }

    .randomlogo[b-kuytx1lzps] {
        height: 0px;
        width: 0px;
    }
}
/* _content/API/Shared/MainLayout.razor.rz.scp.css */

.page[b-wxm1t88kh7] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--background-primary-color);
}

main[b-wxm1t88kh7] {
    flex: 1;
}

.top-row[b-wxm1t88kh7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wxm1t88kh7]  a, .top-row[b-wxm1t88kh7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-wxm1t88kh7]  a:hover, .top-row[b-wxm1t88kh7]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-wxm1t88kh7]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wxm1t88kh7] {
        display: none;
    }

    .top-row.auth[b-wxm1t88kh7] {
        justify-content: space-between;
    }

    .top-row[b-wxm1t88kh7]  a, .top-row[b-wxm1t88kh7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wxm1t88kh7] {
        flex-direction: row;
    }

    main[b-wxm1t88kh7] {
        padding-left: 100px;
    }

    .top-row[b-wxm1t88kh7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-wxm1t88kh7]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-wxm1t88kh7], article[b-wxm1t88kh7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/API/Shared/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-ntzoyqz2ur] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-container[b-ntzoyqz2ur] {
    margin-top: 100px;
}

.sidebar[b-ntzoyqz2ur] {
    background-color: var(--background-secondary-color);
    height: 920px;
    /*width: 60px;*/
    filter: drop-shadow(0px 4px 10px rgba(0,0,0.501960813999176,0.20000000298023224));
    border-radius: 0px 40px 0px 0px;
    padding: 0px;
    top: 154px;
    position: relative;
}

.top-row[b-ntzoyqz2ur] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
}

    .top-row a[b-ntzoyqz2ur] {
        color: var(--font-primary-color);
        position: absolute;
        width: 126px;
        height: 31px;
        /*left: 97px;*/
        top: 20px;
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        /* identical to box height */

        text-align: center;
    }

        .top-row a:hover[b-ntzoyqz2ur] {
            color: black;
        }

.navbar-brand[b-ntzoyqz2ur] {
    font-size: 1.1rem;
}

.oi[b-ntzoyqz2ur] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ntzoyqz2ur] {
    cursor: pointer;
}

    .nav-item:first-of-type[b-ntzoyqz2ur] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ntzoyqz2ur] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ntzoyqz2ur]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
       
        
    }

        .nav-item[b-ntzoyqz2ur]  a.active {
            background: var(--primary-color);
            border-radius: 20px;
            color: white;
            /* Inside auto layout */

            flex: none;
            order: 0;
            flex-grow: 0;
        }

        .nav-item[b-ntzoyqz2ur]  a:hover {
            background: var(--secondary-color);
            border-radius: 20px;
            /* Inside auto layout */

            flex: none;
            order: 0;
            flex-grow: 0;
        }
        .randomlogo[b-ntzoyqz2ur]{
            width:25px;
            height:25px;
            margin-right:7px;
        }
.nav-link:hover > .animation-gradient[b-ntzoyqz2ur] {
    visibility: visible;
    font-size: 0.9em;
}
@media only screen and (max-width:850px){
    .top-row a[b-ntzoyqz2ur] {
    
        left: 2px;
      
        font-size: 20px;
       
    }
}
@media (min-width: 641px) {
    .navbar-toggler[b-ntzoyqz2ur] {
        display: none;
    }
    .nav-item .nav-link a[b-ntzoyqz2ur] {
        visibility: hidden;
    }
    .navbar-brand[b-ntzoyqz2ur] {
        visibility: hidden;
    }

    .sidebar[b-ntzoyqz2ur] {
        width: 90px;
        height: 90vh;
        position: fixed;
        z-index: 1;
        /*margin-top: 90px;*/
        top: 100px;
        overflow: hidden;
        transition: width 1s;
        transition-timing-function: ease;
    }
        .sidebar:hover[b-ntzoyqz2ur] {
            width: 320px;
        }
            .sidebar:hover .nav-item .nav-link a[b-ntzoyqz2ur] {
                visibility: visible;
            }
            .sidebar:hover .navbar .container-fluid .navbar-brand[b-ntzoyqz2ur] {
                visibility: visible;
            }

    .collapse[b-ntzoyqz2ur] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
@media (max-width: 641px) {
    .sidebar[b-ntzoyqz2ur] {
        border-radius: 0px 0px 0px 0px;
        height: 70px;
        position: fixed;
        z-index: 1000;
        bottom: 0px;
        width: 100%;
        top: 92%;
        margin-bottom: 0px;
    } 
    .top-row a[b-ntzoyqz2ur] {
        width: 0px;
        height: 0px;
        font-size: 0px;
    }

    .top-row[b-ntzoyqz2ur] {
        height: 0rem;
        /*background-color: rgba(0,0,0,0.4);*/
    }

    .navbar-toggler[b-ntzoyqz2ur] {
        display: none;
    }

    .collapse[b-ntzoyqz2ur] {
        /* Never collapse the sidebar for wide screens */
        display: table;
    }

    .nav-item[b-ntzoyqz2ur]  a {
        font-size: 0px;
     

    }

    .nav-item[b-ntzoyqz2ur] {
        display: inline-table;
        margin-left:7vw;
        margin-top: -50px;
     
    }
      
}
/* _content/API/Views/Auth/ChangePassword.razor.rz.scp.css */
body[b-7qq3ptzj06] {
}
/* _content/API/Views/Auth/ClientAddContainer.razor.rz.scp.css */
.tab[b-arf5modypm] {
   
    text-align: center;
    background-color: #FFFFFF;
    display: flex;
    margin: auto;
    margin-top: 9vh;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
  
    z-index: 100;
    padding: 0px 2%;
}
    /* Style the buttons that are used to open the tab content */
    .tab button[b-arf5modypm] {
        background-color: var(--background-secondary-color);
        float: left;
        border: none;
        border-bottom: 1px solid;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        width: 33%;
        height: 60px;
        color: black;
        /*border-radius: 20px 20px 20px 20px;*/
    }
        /* Change background color of buttons on hover */
        .tab button:hover[b-arf5modypm], .selected-tab[b-arf5modypm] {
            color: #000080 !important;
        }
        /* Create an active/current tablink class */
        .tab button.active[b-arf5modypm] {
            color: #000080;
        }

.add-info-main-container[b-arf5modypm] {
    background-color: var(--background-secondary-color);
    border-radius:0px 0px 20px 20px;
  position:static;
 
}

    .add-info-main-container button[b-arf5modypm] {
        margin-left: 55vw;
        margin-bottom: 2vh;
        width: 15vw;
        height: 6vh;
        background: #000080;
        border-radius: 8px;
    }
    /*added on conflict*/
    .add-info-main-container h2[b-arf5modypm] {
        position: relative;
        margin-left: 2vw;
        padding-top: 2vw;
        /* Space, 24, Bold */
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        /* identical to box height */
        color: var(--font-primary-color);
    }

@media only screen and (min-width: 1920px) {
    .tab[b-arf5modypm] {
        
        font-size: 1.5rem;
    }
        /* Style the buttons that are used to open the tab content */
        .tab button[b-arf5modypm] {
           
            height: 100px;
        }
}

@media only screen and (max-width:850px) {
    .tab button[b-arf5modypm] {
        font-size:15px;
    }
    .add-info-main-container button[b-arf5modypm] {
        margin-left: 45vw;
        margin-right:2vw;
    }
    }
    @media (MAX-width: 641px) {
        .tab[b-arf5modypm] {
            font-size: 0.6rem;
        }

        .add-info-main-container[b-arf5modypm] {
            margin-bottom: 15vh;
        }

            .add-info-main-container button[b-arf5modypm] {
                width: 95%;
                margin: 2.5%;
            }
    }

    @media (MAX-width: 641px) {
        .tab[b-arf5modypm] {
            margin-top: 1vh;
        }
    }
/* _content/API/Views/Auth/ClientAddMainInfo.razor.rz.scp.css */
.profile-container[b-n920rttrdd] {
    position: absolute;
    right: 10vw;
    top: 20vh;
    width: 150px;
    height: 200px;
}
    .profile-container img[b-n920rttrdd] {
        width: 150px;
        height: 200px;
    }
    /*.profile-container img, */
.input-label[b-n920rttrdd] {
    cursor: pointer;
    margin-right: 50px;
    margin-top: 8px;
    position: absolute;
    color: var(--font-primary-color);
   
    text-align:center;
}

.patient-info-container[b-n920rttrdd] {
    margin: auto;
    margin-top: 0px;
}
    .patient-info-container h2[b-n920rttrdd] {
        position: relative;
        /*margin-left: 35%;*/
        padding-top: 2vw;
        /* Space, 24, Bold */
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        width: 100%;
        /* identical to box height */
        color: var(--font-primary-color);
    }
label[b-n920rttrdd] {
    margin: 3vh 10px;
    width: 8vw;
    margin-left: 5vw;
    text-align: right;
}
.smaller-width[b-n920rttrdd] {
    /*width: 5vw;*/
    margin-left: 1vw;
}
input[b-n920rttrdd] {
    margin: 1vh 0;
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 25vw;
    height: 60px;
}
    input[type=date][b-n920rttrdd] {
        width: 20vw;
        padding-right: 10px;
    }
select[b-n920rttrdd] {
    margin: 1vh 0;
    box-sizing: border-box;
    width: 7vw;
    height: 60px;
    /* Basic/White */
    border: 1px solid #000000;
    border-radius: 8px;
    /* Inside auto layout */
    flex: none;
    order: 4;
    flex-grow: 0;
}
textarea[b-n920rttrdd] {
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 60vw;
}

@media only screen and (min-width: 850px) {
    .side-by-side-large[b-n920rttrdd] {
        display: flex;
    }
}

@media only screen and (min-width: 1920px) {
    .patient-info-container h2[b-n920rttrdd] {
        font-size: 2rem;
    }
    .patient-info-container[b-n920rttrdd] {
        font-size: 1.5rem;
    }
    label[b-n920rttrdd] {
        margin-right: 10vw;
    }
    .idpatient[b-n920rttrdd] {
        margin-right: 50px;
    }
    .input-label[b-n920rttrdd] {
       
        margin-top: 10vh;
      
    }
}

@media only screen and (min-width: 2560px) {
    .patient-info-container h2[b-n920rttrdd] {
        font-size: 2.5rem;
    }
    .patient-info-container[b-n920rttrdd] {
        font-size: 2rem;
    }
    .idpatient[b-n920rttrdd] {
        margin-right: 100px;
    }
}
@media only screen and (max-width:850px){
    input[b-n920rttrdd] {
        width: 300px;
    }


textarea[b-n920rttrdd] {
 
    width: 300px;
}

}
    @media (MAX-width: 641px) {

        .patient-info-container h2[b-n920rttrdd] {
            font-size: 1rem;
        }

        label[b-n920rttrdd] {
            margin: auto 0;
            margin-left: 2%;
            width: 40%;
        }

        input[b-n920rttrdd] {
            width: 40%;
            height: 30px;
            margin-right: 2%;
        }

            input[type=date][b-n920rttrdd][b-n920rttrdd] {
                width: 10vw;
            }

        .input-label[b-n920rttrdd] {
            width: 65%;
            margin-right: 5px;
            margin-top: 5px;
            margin-left: 35%;
        }

        select[b-n920rttrdd] {
            width: 30%;
            height: 30px;
        }

        textarea[b-n920rttrdd] {
            width: 40%;
            margin-right: 2%;
        }

        .idpatient[b-n920rttrdd] {
            float: right;
            color: var(--black-color);
            margin-right: 5%;
            margin-left: -28%;
        }
    }
/* _content/API/Views/Auth/ForgetPassword.razor.rz.scp.css */

#login-box[b-m44wcguhk8] {
    background: #FFFFFF;
    border-radius: 20px;
}

#login-box[b-m44wcguhk8], .ellipse-container[b-m44wcguhk8] {
    position: absolute;
    width: 680px;
    height: 35vh;
    min-height: 375px;
    margin: 5vh auto;
    margin-left: 12vw;
    top: 30vh;
}

    #login-box h2[b-m44wcguhk8] {
        /*position: absolute;*/

        width: 79px; /*height: 31px;*/
        margin-left: 8%;
        padding-top: 8%;
        /* Space, 24, Bold */

        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        /* identical to box height */
        /* Primary Navy blue */

        color: var(--font-primary-color);
    }

    #login-box h2[b-m44wcguhk8], label[b-m44wcguhk8], input[b-m44wcguhk8] {
        margin-bottom: 2vh;
    }

label[b-m44wcguhk8] {
    width: 116px;
    height: 31px;
    /* Space, 24, Medium */

    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    /* identical to box height */

    color: var(--font-primary-color);
    padding-left: 8%;
}

input[b-m44wcguhk8] {
    box-sizing: border-box;
    width: 350px;
    height: 42px;
    /*background: #FFFFFF;
    border: 1px solid #000000;*/
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    /* Inside auto layout */
    margin-left: 16%;
    align-self: stretch;
    z-index: 80;
}

    input[type=submit][b-m44wcguhk8], .submit[b-m44wcguhk8] {
        position: sticky;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 220px;
        height: 46px;
        z-index: 880;
    }

        .submit:hover[b-m44wcguhk8] {
            cursor: pointer;
        }


.ellipse-container[b-m44wcguhk8] {
    overflow: hidden;
    z-index: 0;
}

.ellipse-top1[b-m44wcguhk8], .ellipse-top2[b-m44wcguhk8], .ellipse-top3[b-m44wcguhk8], .ellipse-bottom1[b-m44wcguhk8], .ellipse-bottom2[b-m44wcguhk8], .ellipse-bottom3[b-m44wcguhk8] {
    border-radius: 50%;
    position: absolute;
}

.ellipse-top1[b-m44wcguhk8] {
    width: 237.96px;
    height: 237.96px;
    left: 550px;
    top: -80px;
    border: 1.66406px solid #A9B2B9;
}

.ellipse-top2[b-m44wcguhk8] {
    width: 333.57px;
    height: 331.56px;
    left: 500px;
    top: -130px;
    border: 0.986111px solid #A9B2B9;
    opacity: 60%;
}

.ellipse-top3[b-m44wcguhk8] {
    width: 426px;
    height: 426px;
    left: 450px;
    top: -180px;
    border: 0.591667px solid #A9B2B9;
    opacity: 30%;
}

.ellipse-bottom1[b-m44wcguhk8] {
    width: 237.96px;
    height: 237.96px;
    left: -90px;
    top: 250px;
    border: 1.66406px solid #A9B2B9;
}

.ellipse-bottom2[b-m44wcguhk8] {
    width: 333.57px;
    height: 331.56px;
    left: -130px;
    top: 210px;
    border: 0.986111px solid #A9B2B9;
    opacity: 60%;
}

.ellipse-bottom3[b-m44wcguhk8] {
    width: 426px;
    height: 426px;
    left: -180px;
    top: 160px;
    border: 0.591667px solid #A9B2B9;
    opacity: 30%;
}
@media only screen and (min-width: 1920px) {
    /*h1 {
        font-size: 55px;
    }*/

    #login-box h2[b-m44wcguhk8] {
        width: 200px;
        font-size: 35px;
    }

    #login-box[b-m44wcguhk8], .ellipse-container[b-m44wcguhk8] {
        width: 900px;
        height: 450px;
    }

    label[b-m44wcguhk8] {
        width: 116px;
        height: 31px;
        font-size: 30px;
    }

    input[b-m44wcguhk8] {
        width: 500px;
        height: 60px;
    }

        input[type=submit][b-m44wcguhk8] {
            width: 300px;
            margin: 0 auto;
            height: 60px;
        }

    .ellipse-top1[b-m44wcguhk8] {
        left: 700px;
    }

    .ellipse-top2[b-m44wcguhk8] {
        left: 650px;
    }

    .ellipse-top3[b-m44wcguhk8] {
        left: 600px;
    }
}

@media only screen and (max-width:850px) {
    /*h1 {
        margin-left: -1vw;
    }*/

    #login-box[b-m44wcguhk8], .ellipse-container[b-m44wcguhk8] {
        width: 600px;
        margin-left: 0vw;
    }
}

@media only screen and (max-width: 641px) {


    /*h1 {
        width: 100%;
        margin: 50vh auto;
        margin-left: 0vw;
        font-size: 30px;
    }*/

    #login-box[b-m44wcguhk8], .ellipse-container[b-m44wcguhk8] {
        width: 90%;
        height: 30vh;
        min-height: 375px;
        margin: auto;
        top: 30vh;
    }

    input[b-m44wcguhk8] {
        width: 200px;
        height: 42px;
        border-radius: 10px;
        border: 1px solid var(--primary-color);
        margin-left: 10%;
    }

    label[b-m44wcguhk8] {
        width: 80px;
        height: 31px;
        font-size: 20px;
        color: var(--font-primary-color);
        padding-left: 5%;
    }

    input[type=submit][b-m44wcguhk8] {
        position: absolute;
        align-items: center;
        margin-left: -70%;
        margin-top: 160px;
        width: 40%;
        height: 42px;
    }

    .ellipse-top1[b-m44wcguhk8] {
        left: 250px;
        top: -130px;
    }

    .ellipse-top2[b-m44wcguhk8] {
        left: 200px;
        top: -180px;
    }

    .ellipse-top3[b-m44wcguhk8] {
        left: 150px;
        top: -230px;
    }
}
/* _content/API/Views/Auth/SignIn.razor.rz.scp.css */


.login-container[b-zttjbfez5q] {
    width: 100%;
}

h1[b-zttjbfez5q] {
    margin-top: 20vh;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 3em;
    line-height: 61px;
    text-align: center;
    color: var(--primary-color);
}

#login-box[b-zttjbfez5q] {
    background: #FFFFFF;
    border-radius: 20px;
    background-image: url('/images/designed-background.png');
    background-size: cover;
    background-position: center;
}

#login-box[b-zttjbfez5q] {
    width: 55%;
    height: 35vh;
    min-height: 350px;
    margin: 5vh auto;
}

    #login-box h2[b-zttjbfez5q] {
        /*width: 79px;*/
        margin-left: 8%;
        padding-top: 8%;
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        /*font-size: 24px;*/
        line-height: 3vh;
        color: var(--font-primary-color);
    }

    #login-box h2[b-zttjbfez5q], label[b-zttjbfez5q], input[b-zttjbfez5q] {
        margin-bottom: 2vh;
    }

label[b-zttjbfez5q] {
    width: 35%;
    /*height: 31px;*/
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    /*line-height: 31px;*/
    color: var(--font-primary-color);
    padding-left: 8%;
}

input[b-zttjbfez5q] {
    box-sizing: border-box;
    width: 50%;
    /*height: 42px;*/
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    /*margin-left: 16%;*/
    align-self: stretch;
    z-index: 80;
}

    input[type=submit][b-zttjbfez5q] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 220px;
        width: max-content;
        padding: 0 3vw;
        /*height: 46px;*/
    }

.middle-label-container[b-zttjbfez5q] {
    width: 100%;
    margin: 2vh 0;
    /*align-items: center;*/
    position: relative;
}

.middle-label[b-zttjbfez5q] {
    margin: auto;
    position: absolute;
    width: max-content;
    text-align: center;
    font-size: medium;
    cursor: pointer;
    padding: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media only screen and (min-width: 1920px) {
    h1[b-zttjbfez5q] {
        font-size: 55px;
    }

    #login-box h2[b-zttjbfez5q] {
        width: 200px;
        font-size: 35px;
    }

    #login-box[b-zttjbfez5q], .ellipse-container[b-zttjbfez5q] {
        width: 900px;
        height: 450px;
    }

    label[b-zttjbfez5q] {
        width: 116px;
        height: 31px;
        /*font-size: 30px;*/
    }

    input[b-zttjbfez5q] {
        width: 500px;
        height: 60px;
    }

        input[type=submit][b-zttjbfez5q] {
            width: 300px;
            margin: 0 auto;
            height: 60px;
        }
}

@media only screen and (max-width: 850px) {
    h1[b-zttjbfez5q] {
        margin-top: 10vh;
        font-size: 35px;
    }

    .side-by-side[b-zttjbfez5q] {
        display: grid;
    }

    h2[b-zttjbfez5q], label[b-zttjbfez5q], input[b-zttjbfez5q] {
        margin: auto;
        padding: 0;
    }

    label[b-zttjbfez5q] {
        width: fit-content;
    }

    input[b-zttjbfez5q] {
        text-align: center;
    }
        input[type=submit][b-zttjbfez5q] {
            margin-top: 2vh;
        }

        input[b-zttjbfez5q]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            text-align: center;
            opacity: 1; /* Firefox */
        }

        input:-ms-input-placeholder[b-zttjbfez5q] { /* Internet Explorer 10-11 */
            text-align: center;
        }

        input[b-zttjbfez5q]::-ms-input-placeholder { /* Microsoft Edge */
            text-align: center;
        }

    .login-container[b-zttjbfez5q] {
        padding-bottom: 70px;
    }
}














/*h1 {
    width: 680px;
    margin: 20vh auto;
    margin-left: 12vw;
    margin-bottom: 0;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 61px;
    text-align: center;
    color: var(--primary-color);
}

#login-box {
    background: #FFFFFF;
    border-radius: 20px;
}
#login-box, .ellipse-container {
    position: absolute;
    width: 680px;
    height: 35vh;
    min-height: 375px;
    margin: 5vh auto;
    margin-left: 12vw;
    top: 30vh;
}
#login-box h2 {*/
    /*position: absolute;*/
   
  /*width: 79px;*/   /*height: 31px;*/
    /*margin-left: 8%;
    padding-top: 8%;*/
    /* Space, 24, Bold */

    /*font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;*/
    /* identical to box height */
    /* Primary Navy blue */

    /*color: var(--font-primary-color);
}
#login-box h2, label, input {
    margin-bottom: 2vh;
}
label {
    width: 116px;
    height: 31px;*/
    /* Space, 24, Medium */

    /*font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;*/
    /* identical to box height */

    /*color: var(--font-primary-color);
    padding-left: 8%;
}
input {
    box-sizing: border-box;
    width: 350px;
    height: 42px;*/
    /*background: #FFFFFF;
    border: 1px solid #000000;*/
    /*border-radius: 10px;
    border: 1px solid var(--primary-color);*/
    /* Inside auto layout */
    /*margin-left: 16%;
    align-self: stretch;
    z-index:80;
}
    input[type=submit], .submit {
        position: sticky;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 220px;
        height: 46px;
        z-index: 880;
    }
.submit {*/
    /*color: var(--primary-color);*/
/*}
    .submit:hover {
        cursor: pointer;
    }


.ellipse-container {
    overflow: hidden;
    z-index: 0;
}
.ellipse-top1, .ellipse-top2, .ellipse-top3, .ellipse-bottom1, .ellipse-bottom2, .ellipse-bottom3 {
    border-radius: 50%;
    position: absolute;
}

.ellipse-top1 {
    width: 237.96px;
    height: 237.96px;
    left: 550px;
    top: -80px;
    border: 1.66406px solid #A9B2B9;
}

.ellipse-top2 {
    width: 333.57px;
    height: 331.56px;
    left: 500px;
    top: -130px;
    border: 0.986111px solid #A9B2B9;
    opacity: 60%;
}

.ellipse-top3 {
    width: 426px;
    height: 426px;
    left: 450px;
    top: -180px;
    border: 0.591667px solid #A9B2B9;
    opacity: 30%;
}

.ellipse-bottom1 {
    width: 237.96px;
    height: 237.96px;
    left: -90px;
    top: 250px;
    border: 1.66406px solid #A9B2B9;
}

.ellipse-bottom2 {
    width: 333.57px;
    height: 331.56px;
    left: -130px;
    top: 210px;
    border: 0.986111px solid #A9B2B9;
    opacity: 60%;
}

.ellipse-bottom3 {
    width: 426px;
    height: 426px;
    left: -180px;
    top: 160px;
    border: 0.591667px solid #A9B2B9;
    opacity: 30%;
}
@media only screen and (min-width: 1920px) {
    h1 {
        font-size: 55px;
    }
    #login-box h2 {
        width: 200px;
        font-size: 35px;
    }
        #login-box, .ellipse-container {
        width: 900px;
        height: 450px;
    }
    label {
        width: 116px;
        height: 31px;

        font-size: 30px;
    }

    input {
    
        width: 500px;
        height: 60px;
    }
        input[type=submit] {
         
         width:300px;
            margin: 0 auto;
            height: 60px;
        
        }
    .ellipse-top1 {
        left: 700px;
    }
    .ellipse-top2 {
        left: 650px;
    }
    .ellipse-top3 {
        left: 600px;
    }

}
@media only screen and (max-width:850px) {
    h1 {
        margin-left: -1vw;
    }
    #login-box, .ellipse-container {
       width:600px;
        margin-left: 0vw;
     
    }
}
    @media only screen and (max-width: 641px) {


        h1 {
            width: 100%;
            margin: 50vh auto;
            margin-left: 0vw;
            font-size: 30px;
        }

        #login-box, .ellipse-container {
            width: 90%;
            height: 30vh;
            min-height: 375px;
            margin: auto;
            top: 30vh;
        }

        input {
            width: 200px;
            height: 42px;
            border-radius: 10px;
            border: 1px solid var(--primary-color);
            margin-left: 10%;
        }

        label {
            width: 80px;
            height: 31px;
            font-size: 20px;
            color: var(--font-primary-color);
            padding-left: 5%;
        }

        input[type=submit] {
            position: absolute;
            align-items: center;
            margin-left: -70%;
            margin-top: 160px;
            width: 40%;
            height: 42px;
        }

        .ellipse-top1 {
            left: 250px;
            top: -130px;
        }

        .ellipse-top2 {
            left: 200px;
            top: -180px;
        }

        .ellipse-top3 {
            left: 150px;
            top: -230px;
        }
    }*/
/* _content/API/Views/Auth/SignUpDoctor.razor.rz.scp.css */
#signup-box[b-huph085ywj] {
    background: #FFFFFF;
    border-radius: 20px;
    margin:5vw;
    padding:10px;
}


    #signup-box h1[b-huph085ywj] {
        /*position: absolute;*/

        width: 100%; /*height: 31px;*/
        margin-left: 8%;
        padding-top: 8%;
        /* Space, 24, Bold */
        padding-bottom:20px;
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 31px;
        /* identical to box height */
        /* Primary Navy blue */

        color: var(--font-primary-color);
    }

    #signup-box h2[b-huph085ywj], label[b-huph085ywj], input[b-huph085ywj] {
        margin-bottom: 2vh;
    }

label[b-huph085ywj] {
    width: 250px;
    height: 31px;
    /* Space, 24, Medium */

    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    /* identical to box height */

    color: var(--font-primary-color);
    padding-left: 8%;
}

input[b-huph085ywj] {
    box-sizing: border-box;
    width: 350px;
    height: 42px;
    /*background: #FFFFFF;
    border: 1px solid #000000;*/
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    /* Inside auto layout */
    margin-left: 16%;
    align-self: stretch;
    z-index: 80;
}

    input[type=submit][b-huph085ywj] {
        position: sticky;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 350px;
        height: 46px;
        z-index: 880;
        background-color: var(--font-primary-color);
        color: white;
        margin-left:390px;
        
    }
@media only screen and (min-width: 1600px) {
    #signup-box h1[b-huph085ywj] {
        font-size: 55px;
    }

 

    label[b-huph085ywj] {
        width: 40%;
        height: 31px;
        font-size: 30px;
    }

    input[b-huph085ywj] {
        width: 500px;
        height: 60px;
    }

        input[type=submit][b-huph085ywj] {
            width: 300px;
            margin: 0 auto;
            height: 60px;
        }

  
}
@media only screen and (max-width: 641px) {
    #signup-box[b-huph085ywj] {
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 0px;
        margin-left:0px;
        padding-bottom: 50px;
    }


    h1[b-huph085ywj] {
        width: 100%;
       
        font-size: 30px;
    }

 
    input[b-huph085ywj] {
        width: 200px;
        height: 42px;
        border-radius: 10px;
        border: 1px solid var(--primary-color);
        margin-left: 10%;
    }



        input[type=submit][b-huph085ywj] {
            position: absolute;
            align-items: center;
            margin-left: 7%;
            width: 200px;
            height: 42px;
        }

   
}
/* _content/API/Views/Calendar/AppointmentAdd.razor.rz.scp.css */
body[b-014e55jfi9] {
}
/* _content/API/Views/Calendar/VisiteAdd.razor.rz.scp.css */
.show-container[b-qznvtr2k4a] {
    margin-left: 5vw;
}
    .show-container .side-by-side[b-qznvtr2k4a] {
        width: max-content;
    }
        .show-container .side-by-side label[b-qznvtr2k4a] {
            margin-right: 2vw;
        }
        .show-container .side-by-side textarea[b-qznvtr2k4a] {
            margin: 0;
            width: 50vw;
        }
h5[b-qznvtr2k4a] {
    /*margin-right: 2vw;*/
    width: max-content;
    color: var(--primary-color);
}
.margin-right[b-qznvtr2k4a] {
    margin-right: 2vw;
}
.read-only-border[b-qznvtr2k4a] {
    border: 1px dashed var(--black-color);
    padding: 0.5vw;
    margin: 1vw;
}
.patient-info-container[b-qznvtr2k4a] {
    margin: auto;
    margin-top: 10vh;
}
input[type=text][b-qznvtr2k4a], input[type=date][b-qznvtr2k4a], input[type=datetime-local][b-qznvtr2k4a] {
    width: 230px;
    margin-top: 2vh;
    margin-left: 2vw;
    margin-right: 1vw;
    border-radius: 10px;
    border: 1px solid var(--black-color);
    margin-bottom:2vw;
}

input.search-medicines[b-qznvtr2k4a] {
    /*border-radius: 0px;
    border: none;*/
    margin: 0px;
    font-size: small;
    /*background-color: var(--disable-font);*/
}
.datetime-picker-visite[b-qznvtr2k4a]{
    margin-left:2vw;
    width: max-content;
}
textarea[b-qznvtr2k4a] {
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 500px;
    width: 50vw;
    margin: 2vw;
}
.bearier[b-qznvtr2k4a] {
    border: 1px solid var(--black-color);
    width:95%;
}
.unity[b-qznvtr2k4a] {
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 500px;
    margin-left: 2vw;
    margin-top: 10px;
    height: 40px;
}
.btn[b-qznvtr2k4a] {
    background-color: var(--primary-color);
    border-radius: 10px;
}
.fileInput[b-qznvtr2k4a] {
    background-color: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    width: 100%;
}

.input-label[b-qznvtr2k4a] {
    padding-top: 2vh;
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    width: 15vw;
    height:6vh;
    border-radius: 8px;
    text-align:center;
    margin:2vw 2vw;
}

.force-new-line[b-qznvtr2k4a] {
    display: block;
}

    .force-new-line .box1[b-qznvtr2k4a] {
        width: 92%;
        margin: 2vw;
        border: 0.5px dotted var(--black-color);
        border-radius: 10px;
    }

    .force-new-line input[b-qznvtr2k4a] {
        display: block;
    }

.side-by-side[b-qznvtr2k4a] {
    margin-top: 25px;
    width: 320px;
    width: 30%;
    float: left;
}
.no-margin[b-qznvtr2k4a] {
    margin-top: 0;
}

.inner-window[b-qznvtr2k4a] {
    margin-left: 2vw;
    display: flex;
    flex-direction: row;
    width: 273px;
    width: 100%;
    scroll-snap-type: y mandatory;
    text-align: center;
    font-size: 25px;
    /*background-color: var(--disable-font);*/
    border-radius: 10px;
}
.col-3[b-qznvtr2k4a] {
    width: 100%;
}

.first-column[b-qznvtr2k4a] {
    overflow-y: auto;
    height: 240px;
    height: min-content;
    padding: 5px;
}

input[type="file"][b-qznvtr2k4a], #file[b-qznvtr2k4a] {
    display: none;
}


.buttons[b-qznvtr2k4a] {
    margin-top: 2vw;
    float: right;
    width: 65%;
    display: inline-block;
}

    .buttons .secondbtn[b-qznvtr2k4a] {
        display: inline-table;
        margin: 1vw;
        background-color: var(--disable-font);
        color: var(--primary-color);
        border: none;
        width: 150px;
        width: max-content;
        padding: 0 1vw;
        height: 44px;
        border-radius: 8px;
        text-align: center;
        font-size: 20px;
        cursor: default;
    }
.medical-img[b-qznvtr2k4a] {
    width: 10vw;
    height: 10vw;
}
/* The container <div> - needed to position the dropdown content */
.medicine-to-select a[b-qznvtr2k4a]/*, .medicine-to-select:hover, .secondbtn:hover a*/ {
    cursor: pointer;
    /*border: 0.2px;
    border: solid;
    border-color: var(--black-color);
    border-radius: 8px;*/
    margin: 0.2vw;
    height: min-content;

    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    border: 1px solid rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width:850px) {
    textarea[b-qznvtr2k4a] {
       
        width: 420px;
      
    }

}
    @media (max-width: 641px) {
        input [type=text][b-qznvtr2k4a], input[type=date][b-qznvtr2k4a], input[type=datetime-local][b-qznvtr2k4a] {
            width: 150px;
            margin-bottom: 10px;
        }

        input.search-medicines[b-qznvtr2k4a] {
            width: 200px;
            font-size: 20px;
        }

        .side-by-side[b-qznvtr2k4a] {
            margin-top: 10px;
            width: 250px;
        }

        .input-label[b-qznvtr2k4a] {
            width: 55%;
            padding-top: 1.5vh;
        }

        .buttons[b-qznvtr2k4a] {
            float: left;
            width: 100%;
            display: inline-block;
        }

        .unity[b-qznvtr2k4a] {
            border-radius: 10px;
            border: 1px solid var(--black-color);
            width: 55%;
            margin-left: 2vw;
            margin-top: 10px;
            height: 40px;
        }

        .inner-window[b-qznvtr2k4a] {
            width: 200px;
            float: left;
        }

        textarea[b-qznvtr2k4a] {
            width: 55%;
            height: 50px;
            margin-right: 2%;
        }

        .btn[b-qznvtr2k4a] {
            background-color: var(--primary-color);
            border-radius: 10px;
            margin-top: 10px;
        }

        .force-new-line .box1[b-qznvtr2k4a] {
            width: 100%;
            margin: 1vw;
            border: 0px;
        }

        .first-column[b-qznvtr2k4a] {
            height: 170px;
        }
    }
    /*input[type="datetime-local"] {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;*/
    /*width: 100%;*/
    /*}
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}*/
    /*input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button, input[type="datetime-local"]::-webkit-datetime-edit, input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-clear-button {*/
    /*color: white;*/
    /*position: relative;*/
    /*font-size: 1rem;
}

input[type="datetime-local"]::-webkit-datetime-edit-hour-field {*/
    /*position: absolute !important;
    padding: 2px;
    left: 4px;*/
    /*color: white;
}
input[type="datetime-local"]::-webkit-datetime-edit-minute-field {*/
    /*position: absolute !important;
    padding: 2px;
    left: 4px;*/
    /*color: white;
}
input[type="datetime-local"]::-webkit-datetime-edit--field {*/
    /*position: absolute !important;
    padding: 2px;
    left: 4px;*/
    /*color: white;
}*/
/* _content/API/Views/Client/ClientList.razor.rz.scp.css */
.all[b-5oilfwr90d] {
    margin-bottom: 35vw;
    position: static;
   
}
.identification-container[b-5oilfwr90d] {
    position: absolute;
    width: 20vw;
    height: 150px;
    top: 104px;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}
    .identification-container label[b-5oilfwr90d] {
        position: absolute;
        width: 168px;
        height: 62px;
        left: calc(50% - 168px/2 + 0.5px);
        top: calc(50% - 25px/2);
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        color: #000080;
    }
.loader-container[b-5oilfwr90d] {
    margin-top: 70px;
    margin-left: 140px;
}
.ellipse1[b-5oilfwr90d], .ellipse2[b-5oilfwr90d], .ellipse3[b-5oilfwr90d] {
    border-radius: 50%;
    position: absolute;
}
.ellipse1[b-5oilfwr90d] {
    width: 127.36px;
    height: 127.36px;
    left: -51.33px;
    top: -19.23px;
    border: 0.890625px solid #A9B2B9;
}
.ellipse2[b-5oilfwr90d] {
    width: 178.53px;
    height: 177.45px;
    left: -77.26px;
    top: -44.19px;
    border: 0.527778px solid #A9B2B9;
    opacity: 60%;
}
.ellipse3[b-5oilfwr90d] {
    width: 228px;
    height: 228px;
    left: -102px;
    top: -70px;
    border: 0.316667px solid #A9B2B9;
    opacity: 30%;
}

.add-btn-container[b-5oilfwr90d] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 35px;
    position: absolute;
    width: 555px;
    height: 46px;
    right: 5vw;
    top: 104px;
}
    .add-btn-container .primary-btn[b-5oilfwr90d] {
        /*display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
        gap: 8px;*/
        width: 200px;
       
        /*height: 46px;*/
        position: initial;
        /* Primary Navy blue */

        background: #000080;
        border-radius: 8px;
        /* Inside auto layout */

        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .add-btn-container .search-holder[b-5oilfwr90d] {
        box-sizing: border-box;
        width: 320px;
        height: 46px;
        background: #FFFFFF;
        border-radius: 10px;
        float: left;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
    }
    .add-btn-container input[b-5oilfwr90d] {
        box-sizing: border-box;
        width: 270px;
        height: 46px;
        background: #FFFFFF;
        border-radius: 10px;
        color: var(--font-primary-color);
        /* Inside auto layout */

        flex: none;
        order: 1;
        flex-grow: 0;
        margin-left: 20px;
    }
        .add-btn-container input[b-5oilfwr90d]::placeholder {
            position: absolute;
            width: 67px;
            height: 20px;
            left: 5px;
            top: 13px;
            font-family: 'Space Grotesk';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #D9D9D9;
        }
        .add-btn-container input:focus[b-5oilfwr90d] {
            outline: none;
        }

tbody[b-5oilfwr90d], td[b-5oilfwr90d], tfoot[b-5oilfwr90d], th[b-5oilfwr90d], thead[b-5oilfwr90d], tr[b-5oilfwr90d] {
    border: none;
}
tbody[b-5oilfwr90d] {
display: flex;
flex-direction: column;
align-items: flex-start;

gap: 20px;
position: relative;
/*width: 70vw;*/
height: 548px;

top: 250px;

}
tr[b-5oilfwr90d] {
    width: 100%;
    height: 122px;
    background: #FFFFFF;
    border-radius: 20px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    padding-left: 5%;
    gap: 3%;
}
td[b-5oilfwr90d] {
    width: auto;
    height: 31px;
    /* Space, 24, Medium */

    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    /* identical to box height */


    color: #000000;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}
    td img[b-5oilfwr90d] {
        width: 74px;
        height: 74px;
        /*background: url(user.png);*/
        /*background-image: url('icon/user-icon.svg');*/
        /* Inside auto layout */

        flex: none;
        order: 0;
        flex-grow: 0;
        position: relative;
        top: -28px;
    }

.user-img[b-5oilfwr90d] {
    width: 10%;
}
.user-fullname[b-5oilfwr90d] {
    position: relative;
    width: 20%;
}
.user-username[b-5oilfwr90d], .user-phonenumber[b-5oilfwr90d], .user-date[b-5oilfwr90d] {
    position: relative;
    width: 15%;
}
.title[b-5oilfwr90d] {
    position: absolute;
    text-align: center;
    top: -20px;
    left: 0;
    font-size: small;
    color: var(--label-font);
}
.page-nav-container[b-5oilfwr90d]{
    width: 70vw;
    min-width: 600px;
    height: 30px;
    margin: auto;
    padding-left: 40vw;
    position: fixed;
    bottom: 50px;
    align-items: center;
}
    .page-nav-container .page-nav-previous[b-5oilfwr90d], .page-nav-container .page-nav-next[b-5oilfwr90d] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 39.5px;
        height: 42px;
        margin: 0 auto;
        /* White */

        background: #FFFFFF;
        /* Grey/200 */

        border: 1px solid #D9DEE2;
        /* Inside auto layout */

        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .page-nav-container .page-nav-previous[b-5oilfwr90d] {
        border-radius: 10px 0px 0px 10px;
        padding: 9px 16px;
        cursor: pointer;
    }
    .page-nav-container button[disabled][b-5oilfwr90d], .page-nav-container button:disabled[b-5oilfwr90d]{
        cursor: not-allowed;
    }
        .page-nav-container button[disabled] > .arrow-icon[b-5oilfwr90d], .page-nav-container button:disabled > .arrow-icon[b-5oilfwr90d] {
            cursor: not-allowed;
            border-color: var(--disable-font);
        }
        .page-nav-container .page-nav-previous .left[b-5oilfwr90d], .page-nav-container .page-nav-next .right[b-5oilfwr90d] {
            padding: 5px;
            cursor: pointer;
        }
    .page-nav-container .page-nav-next[b-5oilfwr90d] {
        border-radius: 0px 10px 10px 0px;
        padding: 16px 9px;
    }
        .page-nav-container .page-nav-next .right[b-5oilfwr90d] {
            padding: 5px;
        }
    .page-nav-container .animation-water label[b-5oilfwr90d] {
        /*margin: 1vw;
        width: 13px;
        height: 26px;*/
        /* Space, 20, Regular */

        /*font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;*/
        /* identical to box height */
        /* Grey 400 */

        /*color: #A9B2B9;*/
        /* Inside auto layout */

        /*flex: none;
        order: 1;
        flex-grow: 0;*/
    }
    .page-nav-container .selected-page[b-5oilfwr90d] {
        color: #000080;
    }

.blure[b-5oilfwr90d] {
    background-color: var(--disable-font);
    width: 77vw;
    height: 12vh;
    position: fixed;
    float: left;
    opacity: 60%;
    bottom: 10px;
}
h2[b-5oilfwr90d] {
    font-size:0px;
}
@media only screen and (max-width:850px){
    .identification-container[b-5oilfwr90d] {
        width: 250px;
        height: 150px;
    }

    .add-btn-container[b-5oilfwr90d] {
        /*left: 590px;*/
        width: 0px;
    }
    .add-btn-container[b-5oilfwr90d] {
        left: 500px;
    }

        .add-btn-container .search-holder[b-5oilfwr90d] {
            position: absolute;
            width: 200px;
            margin-top: 70px;
            left: 0px;
        }

        .add-btn-container input[b-5oilfwr90d] {
            width: 120px;
        }
    tbody[b-5oilfwr90d] {
   
        /*width: 55vw;*/
       
    }
    .blure[b-5oilfwr90d] {
     
        bottom: 40px;
    }
}
    @media (max-width: 641px) {
        .all[b-5oilfwr90d] {
            width: 90vw;
            height: 100vh;
            left: 0px;
            top: -120px;
            background: var( --background-primary-color);
        }

        .identification-container[b-5oilfwr90d] {
            width: 100vw;
            height: 150px;
            left: -6vw;
            top: -8vw;
            position: relative;
        }

        .add-btn-container .primary-btn[b-5oilfwr90d] {
            position: absolute;
            height: 40px;
            width: 75vw;
            left: -45vw;
            margin-top: 550px;
        }

        h2[b-5oilfwr90d] {
            position: relative;
            margin-left: 2vw;
            padding-top: 50px;
            /* Space, 24, Bold */
            font-family: 'Space Grotesk';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 31px;
            /* identical to box height */
            color: var(--font-primary-color);
        }

        .tit[b-5oilfwr90d] {
            position: static;
            margin-left: 2vw;
            margin-top: -20px;
            padding-top: 0px;
            /* Space, 24, Bold */
            font-family: 'Space Grotesk';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 31px;
            /* identical to box height */
            color: var(--font-primary-color);
        }

        tbody[b-5oilfwr90d] {
            width: 100%;
            left: 5%;
            top: 235px;
            position: static;
            gap: 5px;
        }

        .add-btn-container .search-holder[b-5oilfwr90d] {
            position: absolute;
            width: 75vw;
            height: 50px;
            margin-top: 530px;
            left: -45vw;
        }

        .add-btn-container input[b-5oilfwr90d] {
            position: static;
            width: 50vw;
            height: 50px;
            left: -45vw;
            border-radius: 10px;
            background-color: white;
        }

            .add-btn-container input[b-5oilfwr90d]::placeholder {
                position: absolute;
                width: 430px;
                height: 122px;
                left: -220px;
            }

        .ellipse1[b-5oilfwr90d] {
            bottom: -19.23px;
            top: 70px;
        }

        .ellipse2[b-5oilfwr90d] {
            bottom: -44.19px;
            top: 44.19px;
        }

        .ellipse3[b-5oilfwr90d] {
            bottom: -70px;
            top: 19.23px;
        }


        .animation-water[b-5oilfwr90d] {
            text-align: center;
            width: 100%;
        }

        .identification-container label[b-5oilfwr90d] {
            top: 100px;
        }

        .blure[b-5oilfwr90d] {
            width: 100%;
            height: 40px;
            position: relative;
            float: none;
            opacity: 60%;
            top: -160px;
            left: -5%;
        }

        .page-nav-container[b-5oilfwr90d] {
            min-width: 90%;
            height: 30px;
            position: relative;
            top: -200px;
            align-items: center;
        }

        .add-btn-container[b-5oilfwr90d] {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            padding: 0px;
            gap: 35px;
            position: absolute;
            width: 0px;
            height: 46px;
            left: 58vw;
            top: 104px;
        }

        .page-nav-container .selected-page[b-5oilfwr90d] {
            padding-left: 15px;
        }
    }
/* _content/API/Views/Client/ClientListSignle.razor.rz.scp.css */
.clickable[b-1czyq0uemd] {
    text-decoration: none;
}
td[b-1czyq0uemd], tr[b-1czyq0uemd] {
    border: none;
}
tr[b-1czyq0uemd] {
    width: 100%;
    height: 122px;
    background: #FFFFFF;
    border-radius: 20px;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:3%;
  
    gap: 3%;
}

td[b-1czyq0uemd] {
    width: auto;
    height: 31px;
    /* Space, 24, Medium */

    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    /* identical to box height */
    
    color: #000000;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

    td img[b-1czyq0uemd] {
        width: 74px;
        height: 74px;
        /*background: url(user.png);*/
        /*background-image: url('icon/user-icon.svg');*/
        /* Inside auto layout */

        flex: none;
        order: 0;
        flex-grow: 0;
        position: relative;
        top: -28px;
        background-repeat: no-repeat;
        background-size: contain;
    }

.user-img[b-1czyq0uemd] {
    width: 10%;
}

.user-fullname[b-1czyq0uemd] {
    position: relative;
    width: 20%;
}

.user-username[b-1czyq0uemd], .user-phonenumber[b-1czyq0uemd], .user-date[b-1czyq0uemd] {
    position: relative;
    width: 15%;
}

.title[b-1czyq0uemd] {
    position: absolute;
    text-align: center;
    top: -20px;
    left: 0;
    font-size: small;
    color: var(--label-font);
}
@media only screen and (max-width:850px) {
    td img[b-1czyq0uemd] {
        width: 50px;
        height: 50px;
    }

    td[b-1czyq0uemd] {
        font-size: 14px;
    }
}
    @media (max-width: 641px) {


        tr[b-1czyq0uemd] {
            width: 90%;
            height: 75px;
            margin: 0 auto;
        }

        .user-username[b-1czyq0uemd], .user-phonenumber[b-1czyq0uemd], .user-date[b-1czyq0uemd] {
            font-size: 0px;
            width: 0%;
        }

        .title[b-1czyq0uemd] {
            font-size: 0px;
            width: 0%;
        }

        #user[b-1czyq0uemd] {
            font-size: 0px;
            width: 0%;
        }

        .user-fullname[b-1czyq0uemd] {
            font-size: 17px;
            width: 50%;
            text-align: center;
        }

        td[b-1czyq0uemd] {
            padding: 5px;
        }

            td img[b-1czyq0uemd] {
                width: 50px;
                height: 50px;
                top: -10px;
            }
    }
/* _content/API/Views/Client/ClientShowMainInfo.razor.rz.scp.css */
/*
.patient-info-container {
    position: relative;
    width: 70vw;  
    padding-top: 3vw; 
}*/
.patient-info-container[b-xght460xpc] {
    margin: auto;
    margin-top: 0px;
    padding-top: 1vw;
    width: 70vw;
}
img[b-xght460xpc] {
    width: 75px;
    height: 100px;
    /*background: url(user.png);*/
    /*background-image: url('icon/user-icon.svg');*/
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
    top: -28px;
}
.fullname[b-xght460xpc], .username[b-xght460xpc], .location[b-xght460xpc] {
    margin-right: 10vw;
}
.empty[b-xght460xpc] {
    width: 10vw;
}
.fullname[b-xght460xpc], .username[b-xght460xpc], .phonenumber[b-xght460xpc], .location[b-xght460xpc], .empty[b-xght460xpc], .gender[b-xght460xpc] {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
}
.fullname[b-xght460xpc]{
    width: 15vw;
}
.location[b-xght460xpc] {
    width: 40vw;
}
.arrow[b-xght460xpc] {
    right: 10vw;
    position: absolute;
}
.phonenumber[b-xght460xpc], .gender[b-xght460xpc] {
 right:20vw;
    position: absolute;
}
tr[b-xght460xpc] {
    width: 100%;
    height: 122px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 20px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    gap: 3%;
}
td[b-xght460xpc] {
    width: auto;
    height: 31px;
    /* Space, 24, Medium */
    padding: 2%;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    /* identical to box height */
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}
@media (max-width: 1210px) {
    .fullname[b-xght460xpc], .username[b-xght460xpc], .phonenumber[b-xght460xpc], .location[b-xght460xpc], .empty[b-xght460xpc], .gender[b-xght460xpc] {
        font-size: 15px;        
    }
    .fullname[b-xght460xpc], .username[b-xght460xpc], .location[b-xght460xpc] {
        margin-right: 0vw;
    }
}
@media (max-width: 1300px) {
    tr[b-xght460xpc] {
        height: 80px;
    }
}
@media (max-width: 800px) {
    .fullname[b-xght460xpc], .username[b-xght460xpc], .phonenumber[b-xght460xpc], .location[b-xght460xpc], .empty[b-xght460xpc], .gender[b-xght460xpc] {
        font-size: 10px;
    }  
}

@media only screen and (max-width:850px){
    .patient-info-container[b-xght460xpc] {
      
        width: 55vw;
    }
}
    @media (max-width: 641px) {
        .patient-info-container[b-xght460xpc] {
            position: static;
            width: 90vw;
        }

        tr[b-xght460xpc] {
            width: 80vw;
            height: 60px;
            padding-left: 10px;
        }

        .user-username[b-xght460xpc], .user-phonenumber[b-xght460xpc], .user-date[b-xght460xpc] {
            font-size: 0px;
            width: 0%;
        }

        .phonenumber[b-xght460xpc], .gender[b-xght460xpc] {
            font-size: 0px;
            width: 0%;
        }

        .location[b-xght460xpc] {
            font-size: 0px;
            width: 0%;
        }

        .title[b-xght460xpc] {
            font-size: 0px;
            width: 0%;
        }

        #user[b-xght460xpc] {
            font-size: 0px;
            width: 0%;
        }


        .fullname[b-xght460xpc] {
            font-size: 17px;
            width: 50vw;
            text-align: center;
        }



        td[b-xght460xpc] {
            padding: 10px 10px 10px 0px;
        }

            td img[b-xght460xpc] {
                width: 50px;
                height: 50px;
                top: -10px;
            }

        .arrow[b-xght460xpc] {
            right: 2vw;
        }
    }
/* _content/API/Views/Client/ClientUpdate.razor.rz.scp.css */


.tab[b-0peoa8bdp1] {
    text-align: center;
    background-color: #FFFFFF;
    display: flex;
    margin: auto;
    margin-top: 9vh;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    z-index: 100;
    padding: 0px 2%;
  
}
.btn-labTests[b-0peoa8bdp1] {
    margin-left: 0 !important;
    width: 10vw !important;
}
/* Style the buttons that are used to open the tab content */
.tab button[b-0peoa8bdp1] {
    background-color: var(--background-secondary-color);
    float: left;
    border: none;
    border-bottom: 1px solid;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 33%;
    height: 60px;
    color: black;
    /*border-radius: 20px 20px 20px 20px;*/
}
        /* Change background color of buttons on hover */
        .tab button:hover[b-0peoa8bdp1] {
            border-radius: 2vw;
            animation: fade-b-0peoa8bdp1 1s linear;
        }
        /* Create an active/current tablink class */
        .tab button.active[b-0peoa8bdp1], .selected-tab[b-0peoa8bdp1] {
            color: #000080 !important;
            font-size: larger;
            font-weight: 900;
            border-radius: 2vw;
        }
@keyframes fade-b-0peoa8bdp1 {
    to {
        background-color: rgba(207, 229, 243, 0.1);
    }

    from {
        background-color: rgba(207, 229, 243, 0.8);
    }
}

.all[b-0peoa8bdp1] {
    background-color: var(--background-secondary-color);
    border-radius: 0px 0px 20px 20px;
    height: 100%;
}
    .all button[b-0peoa8bdp1] {
        width: 15vw;
        height: 6vh;
    }
    /*.all h2 {
        position: relative;
        margin-left: 2vw;
        padding-top: 2vw;*/
        /* Space, 24, Bold */
        /*font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;*/
        /* identical to box height */
        /*color: var(--font-primary-color);
    }*/
.side-by-side h2[b-0peoa8bdp1] {
    margin-left: 5vw;
}
.part2[b-0peoa8bdp1] {
    margin-top: -10vh
}
h2[b-0peoa8bdp1] {
    width: 50%;
    float: left;
}
.add[b-0peoa8bdp1] {
    background-color: inherit;
    color: var(--primary-color);
    float: right;
    font-size: 1.5rem;
    border: none;
    width: 50%;
}

label[b-0peoa8bdp1] {
    margin: auto 0;
    width: 100px;
    margin-left: 10px;
}

input[b-0peoa8bdp1] {
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 250px;
    height: 50px;
}

.prev[b-0peoa8bdp1] {
    width: 250px;
    height: 30px;
    border: 1px solid var(--black-color);
    border-radius: 25px;
    font-size:20px;
    text-align:center;
    text-decoration:none;
}
/* Change background color of buttons on hover */
    .prev:hover[b-0peoa8bdp1] {
        background-color: var(--secondary-color) !important;
        color: black !important;
    }

/* Create an active/current tablink class */
    .prev.active[b-0peoa8bdp1], .selected[b-0peoa8bdp1] {
        background-color: #000080;
        color: white;
    }

.side-by-side[b-0peoa8bdp1] {
    margin-top: 10px;
}
.visite-labels[b-0peoa8bdp1] {
    display: inline-block;
}
.side-by-side label[b-0peoa8bdp1] {
    margin-top: 10px;
}
.visite-labels[b-0peoa8bdp1] {
    margin-bottom: 10px;
    margin-left: 3vw;
}

.buttons[b-0peoa8bdp1] {
    width: 100%;
    display: inline-block;
}

.secondbtn[b-0peoa8bdp1] {
    display: inline-table;
    margin: 10px;
    background-color: var(--disable-font);
    color: var(--primary-color);
    border: none;
    width: 150px;
    height: 44px;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
}

textarea[b-0peoa8bdp1] {
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 80%;
}
.btn[b-0peoa8bdp1] {
  
    margin-left: 55vw;
    margin-bottom: 2vh;
    width: 12vw;
    height: 4vh;
    background: #000080;
    border-radius: 8px;
}
@media only screen and (max-width:850px){
    .btn[b-0peoa8bdp1] {
        margin-left: 45vw;
        margin-right:2vw;
    }
    .tab button[b-0peoa8bdp1] {
        font-size:15px;
    }
    }
    @media (max-width: 641px) {
        .tab[b-0peoa8bdp1] {
          
            font-size: 0.6rem;
          
         
        }

        all[b-0peoa8bdp1] {
            width: 100vw;
            margin-bottom: 15vh;
           
        }

        .all button[b-0peoa8bdp1] {
            width: 84vw;
           
        }

        .prev[b-0peoa8bdp1] {
            width: 150px;
            font-size: 15px;
        }

        .btn[b-0peoa8bdp1] {
            background-color: var(--primary-color);
            border-radius: 10px;
            width: 70%;
            margin-left: 2%;
            margin-bottom: 8vh;
        }
   
    }

    @media only screen and (min-width: 1920px) {
        .tab[b-0peoa8bdp1] {
        
            font-size: 1.5rem;
          
        }
            /* Style the buttons that are used to open the tab content */
            .tab button[b-0peoa8bdp1] {
              
                height: 100px;
            }
    }



/* _content/API/Views/Doctor/Profile.razor.rz.scp.css */
.all[b-8uwcj0a50f] {
    background: #FFFFFF;
    border-radius: 20px;
    margin: 5vw;
    padding: 10px;
}


    .all h1[b-8uwcj0a50f] {
        /*position: absolute;*/

        width: 100%; /*height: 31px;*/
        margin-left: 8%;
        padding-top: 8%;
        /* Space, 24, Bold */
        padding-bottom: 20px;
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 31px;
        /* identical to box height */
        /* Primary Navy blue */

        color: var(--font-primary-color);
    }

    .all h2[b-8uwcj0a50f], label[b-8uwcj0a50f], input[b-8uwcj0a50f] {
        margin-bottom: 2vh;
    }

label[b-8uwcj0a50f] {
    width: 250px;
    height: 31px;
    /* Space, 24, Medium */

    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    /* identical to box height */

    color: var(--font-primary-color);
    padding-left: 8%;
}

input[b-8uwcj0a50f] {
    box-sizing: border-box;
    width: 350px;
    height: 42px;
    /*background: #FFFFFF;
    border: 1px solid #000000;*/
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    /* Inside auto layout */
    margin-left: 16%;
    align-self: stretch;
    z-index: 80;
}

    input[type=submit][b-8uwcj0a50f] {
        position: sticky;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 350px;
        height: 46px;
        z-index: 880;
        background-color: var(--font-primary-color);
        color: white;
        margin-left: 390px;
    }

@media only screen and (min-width: 1600px) {
    .all h1[b-8uwcj0a50f] {
        font-size: 55px;
    }



    label[b-8uwcj0a50f] {
        width: 40%;
        height: 31px;
        font-size: 30px;
    }

    input[b-8uwcj0a50f] {
        width: 500px;
        height: 60px;
    }

        input[type=submit][b-8uwcj0a50f] {
            width: 300px;
            margin: 0 auto;
            height: 60px;
        }
}

@media only screen and (max-width: 641px) {
    .all[b-8uwcj0a50f] {
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 0px;
        margin-left: 0px;
        padding-bottom: 50px;
    }


    h1[b-8uwcj0a50f] {
        width: 100%;
        font-size: 30px;
    }


    input[b-8uwcj0a50f] {
        width: 200px;
        height: 42px;
        border-radius: 10px;
        border: 1px solid var(--primary-color);
        margin-left: 10%;
    }



        input[type=submit][b-8uwcj0a50f] {
            position: absolute;
            align-items: center;
            margin-left: 7%;
            width: 200px;
            height: 42px;
        }
}
/* _content/API/Views/Medical/KnownIllnessAdd.razor.rz.scp.css */
h2[b-nj6nrzfv3u] {
    position: relative;
    margin-left: 2vw;
    padding-top: 2vw;
    /* Space, 24, Bold */
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    /* identical to box height */
    color: var(--black-color);
}
input[b-nj6nrzfv3u] {
    width: 250px;
    margin-left: 2vw;
    border-radius: 10px;
    border: 1px solid var(--black-color);
}
.box[b-nj6nrzfv3u] {
    margin-left: 2vw;
    margin-right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    border: 1px solid var(--black-color);
}
    .box:checked[b-nj6nrzfv3u] {
        height: 15px;
        width: 15px;
        border-radius: 20px;
        border: 1px solid var(--primary-color);
        background: var(--primary-color);
    }
.btn[b-nj6nrzfv3u] {
    background-color: var(--primary-color);
    border-radius: 10px;
}
@media (max-width: 641px) {

}


.show-container[b-nj6nrzfv3u] {
    margin-left: 5vw;
}

    .show-container .side-by-side[b-nj6nrzfv3u] {
        width: max-content;
    }

        .show-container .side-by-side label[b-nj6nrzfv3u] {
            margin-right: 2vw;
        }

        .show-container .side-by-side textarea[b-nj6nrzfv3u] {
            margin: 0;
            width: 50vw;
        }

h5[b-nj6nrzfv3u] {
    /*margin-right: 2vw;*/
    width: max-content;
    color: var(--primary-color);
}

.margin-right[b-nj6nrzfv3u] {
    margin-right: 2vw;
}

.read-only-border[b-nj6nrzfv3u] {
    border: 1px dashed var(--black-color);
    padding: 0.5vw;
    margin: 1vw;
}

.patient-info-container[b-nj6nrzfv3u] {
    margin: auto;
    margin-top: 10vh;
}

input[type=text][b-nj6nrzfv3u], input[type=date][b-nj6nrzfv3u], input[type=datetime-local][b-nj6nrzfv3u] {
    width: 230px;
    margin-top: 2vh;
    margin-left: 2vw;
    margin-right: 1vw;
    border-radius: 10px;
    border: 1px solid var(--black-color);
    margin-bottom: 2vw;
}

input.search-medicines[b-nj6nrzfv3u] {
    /*border-radius: 0px;
    border: none;*/
    margin: 0px;
    font-size: small;
    /*background-color: var(--disable-font);*/
}

.datetime-picker-visite[b-nj6nrzfv3u] {
    margin-left: 2vw;
    width: max-content;
}

textarea[b-nj6nrzfv3u] {
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 500px;
    width: 50vw;
    margin: 2vw;
}

.bearier[b-nj6nrzfv3u] {
    border: 1px solid var(--black-color);
    width: 95%;
}

.unity[b-nj6nrzfv3u] {
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 500px;
    margin-left: 2vw;
    margin-top: 10px;
    height: 40px;
}

.btn[b-nj6nrzfv3u] {
    background-color: var(--primary-color);
    border-radius: 10px;
}

.fileInput[b-nj6nrzfv3u] {
    background-color: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    width: 100%;
}

.input-label[b-nj6nrzfv3u] {
    padding-top: 2vh;
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    width: 15vw;
    height: 6vh;
    border-radius: 8px;
    text-align: center;
    margin: 2vw 2vw;
}

.force-new-line[b-nj6nrzfv3u] {
    display: block;
}

    .force-new-line .box1[b-nj6nrzfv3u] {
        width: 92%;
        margin: 2vw;
        border: 0.5px dotted var(--black-color);
        border-radius: 10px;
    }

    .force-new-line input[b-nj6nrzfv3u] {
        display: block;
    }

.side-by-side[b-nj6nrzfv3u] {
    margin-top: 25px;
    width: 320px;
    width: 30%;
    float: left;
}

.no-margin[b-nj6nrzfv3u] {
    margin-top: 0;
}

.inner-window[b-nj6nrzfv3u] {
    margin-left: 2vw;
    display: flex;
    flex-direction: row;
    width: 273px;
    width: 100%;
    scroll-snap-type: y mandatory;
    text-align: center;
    font-size: 15px;
    /*background-color: var(--disable-font);*/
    border-radius: 10px;
}

.col-3[b-nj6nrzfv3u] {
    width: 100%;
}

.first-column[b-nj6nrzfv3u] {
    overflow-y: auto;
    height: 240px;
    height: min-content;
    padding: 5px;
    max-height: 20vh;
}

input[type="file"][b-nj6nrzfv3u], #file[b-nj6nrzfv3u] {
    display: none;
}


.buttons[b-nj6nrzfv3u] {
    margin-top: 2vw;
    float: right;
    width: 65%;
    display: inline-block;
}

    .buttons .secondbtn[b-nj6nrzfv3u] {
        display: inline-table;
        margin: 1vw;
        background-color: var(--disable-font);
        color: var(--primary-color);
        border: none;
        width: 150px;
        width: max-content;
        padding: 0 1vw;
        height: 44px;
        border-radius: 8px;
        text-align: center;
        font-size: 20px;
        cursor: default;
    }

.medical-img[b-nj6nrzfv3u] {
    width: 10vw;
    height: 10vw;
}
/* The container <div> - needed to position the dropdown content */
.medicine-to-select a[b-nj6nrzfv3u] /*, .medicine-to-select:hover, .secondbtn:hover a*/ {
    cursor: pointer;
    /*border: 0.2px;
    border: solid;
    border-color: var(--black-color);
    border-radius: 8px;*/
    margin: 0.2vw;
    height: min-content;
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

@media only screen and (max-width:850px) {
    textarea[b-nj6nrzfv3u] {
        width: 420px;
    }
}

@media (max-width: 641px) {
    input [type=text][b-nj6nrzfv3u], input[type=date][b-nj6nrzfv3u], input[type=datetime-local][b-nj6nrzfv3u] {
        width: 150px;
        margin-bottom: 10px;
    }

    input.search-medicines[b-nj6nrzfv3u] {
        width: 200px;
        font-size: 20px;
    }

    .side-by-side[b-nj6nrzfv3u] {
        margin-top: 10px;
        width: 250px;
    }

    .input-label[b-nj6nrzfv3u] {
        width: 55%;
        padding-top: 1.5vh;
    }

    .buttons[b-nj6nrzfv3u] {
        float: left;
        width: 100%;
        display: inline-block;
    }

    .unity[b-nj6nrzfv3u] {
        border-radius: 10px;
        border: 1px solid var(--black-color);
        width: 55%;
        margin-left: 2vw;
        margin-top: 10px;
        height: 40px;
    }

    .inner-window[b-nj6nrzfv3u] {
        width: 200px;
        float: left;
    }

    textarea[b-nj6nrzfv3u] {
        width: 55%;
        height: 50px;
        margin-right: 2%;
    }

    .btn[b-nj6nrzfv3u] {
        background-color: var(--primary-color);
        border-radius: 10px;
        margin-top: 10px;
    }

    .force-new-line .box1[b-nj6nrzfv3u] {
        width: 100%;
        margin: 1vw;
        border: 0px;
    }

    .first-column[b-nj6nrzfv3u] {
        height: 170px;
    }
}
/* _content/API/Views/Medical/MedicalRecordAdd.razor.rz.scp.css */
.patient-info-container[b-lpcb1301zk] {
    margin: auto;
    margin-top: 2vh;
    width: 100%;
}

    .patient-info-container h2[b-lpcb1301zk] {
        position: relative;
        /*margin-left: 2vw;*/
        /*padding-top: 2vw;*/
        /* Space, 24, Bold */
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        /* identical to box height */
        color: var(--font-primary-color);
        width: 99%;
        text-align: center;
    }
textarea[b-lpcb1301zk] {
    margin: 1vw;
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 26vw;
}

.centered[b-lpcb1301zk] {
    margin: auto;
    width: 32%;

}
.checkbox-container[b-lpcb1301zk] {
    margin: 0 2vw;
}

input[type=checkbox][b-lpcb1301zk] {
    width: auto;
    height: auto;
    margin: 0 1vw;
}

.idpatient[b-lpcb1301zk] {
    float: right;
    color: var(--black-color);
    margin-right: 10px;
}
@media (max-width: 641px) {
    textarea[b-lpcb1301zk] {
        margin: 5px;
      height:70px;
        width: 80%;
    }
}
/* _content/API/Views/Medical/MedicalRecordShow.razor.rz.scp.css */
.read-only-border[b-c58kkycemb] {
    border: 1px dashed var(--black-color);
    padding: 0.5vw;
    margin: 1vw;
    /*width: max-content;*/
}
.no-margin[b-c58kkycemb] {
    margin-top: 0;
}
.container[b-c58kkycemb] {
    margin-left: 4vw;
    max-width:65vw;
}
.clickable[b-c58kkycemb], .clickable:hover[b-c58kkycemb] {
    text-decoration: none;
    color: var(--black-color);
    font-style: normal;
}
.arrow-icon[b-c58kkycemb] {
    /*padding: 21px;*/
    margin-left: 2vw;
    height: 20px;
}
.up[b-c58kkycemb] {
    margin-top: 1vw;
}
h5[b-c58kkycemb] {
    color: var(--primary-color);
}

textarea[b-c58kkycemb] {
    margin: 0 25px 25px 0;
    border-radius: 10px;
    border: 1px solid var(--black-color);
    width: 100%;
    height: max-content;
}
.list[b-c58kkycemb]{
    padding-left: 1vw;
    padding-right: 1vw;
}
.auto-height[b-c58kkycemb] {
    height: max-content;
}
.one-info-container[b-c58kkycemb] {
    width: 24vw;
    margin: 0 1vw;
}
.checkbox-info-container[b-c58kkycemb]{
    width: fit-content;
    margin: auto;
}
    .checkbox-info-container label[b-c58kkycemb] {
        color: var(--black-color);
        margin: 0 1vw;
    }

@media only screen and (max-width:850px) {
    .info-container .side-by-side[b-c58kkycemb] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 660px) {
    .info-container .side-by-side[b-c58kkycemb] {
        display: grid;
        grid-template-columns: 1fr;
    }
}
/* _content/API/Views/Medical/MedicalTestAdd.razor.rz.scp.css */
body[b-iwut8f3g60] {
}
/* _content/API/Views/QuestionAnswer/ConversationView.razor.rz.scp.css */

.side-by-side label[b-a09mfuzug6] {
    margin-right: 1vw;
    margin-left: 1vw;
    padding-top: 0.5vh;
}
.side-by-side p[b-a09mfuzug6]{
    font-size: 1.3em;
}
.side-by-side .small[b-a09mfuzug6]{
    padding-top: 1vh;
    font-size: 0.7em;
}
