/* _content/GotDashboard/Pages/CompanyPage.razor.rz.scp.css */
.dropArea[b-lzk05xpiy2] {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background-color: white;
    font-size: 1.0rem;
    cursor: pointer;
    position: relative;
    height: 100px;
}

    .dropArea:hover[b-lzk05xpiy2] {
        background-color: rgba(51, 190, 173, 0.15);
        color: black;
    }

    .dropArea input[type=file][b-lzk05xpiy2] {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug[b-lzk05xpiy2] {
    background-color: white;
}
/* _content/GotDashboard/Pages/DashBoardPage.razor.rz.scp.css */
.containerDash[b-0gy5zaike8] {
    width: 250px;
    /*max-width: 650px;*/
    height: 300px;
    background-color: white;
    border-radius: 5px;
    border: thin solid gray;
    padding: 5px;
    z-index: 200;
    float: left;
    overflow: hidden;
    box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.2);
    margin-left: 7px;
    margin-bottom: 7px;
}
.div1[b-0gy5zaike8] {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 2rem;
    text-align: center;
    line-height: 300px;
    background: rgba(255, 255, 255, 0.66);
    color: #00829a;
}

.div2[b-0gy5zaike8] {
    position: relative;
    top: -300px;
    z-index: 1;
}
/* _content/GotDashboard/Shared/AdminLayout.razor.rz.scp.css */
.page[b-v3zdry2prn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-v3zdry2prn] {
    flex: 1;
}

.sidebar[b-v3zdry2prn] {
    background: transparent;
}

.top-row[b-v3zdry2prn] {
    background-color: rgba(51, 190, 173, 0.15);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: rgba(51, 190, 173, 0.15);
/*    background-image: url("/images/gotLogoTopp_55.png");
    background-repeat: no-repeat;
    background-position-x: left;*/
}

    .top-row[b-v3zdry2prn]  a, .top-row .btn-link[b-v3zdry2prn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-v3zdry2prn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-v3zdry2prn] {
        display: none;
    }

    .top-row.auth[b-v3zdry2prn] {
        justify-content: space-between;
        display: none;
    }

    .top-row a[b-v3zdry2prn], .top-row .btn-link[b-v3zdry2prn] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v3zdry2prn] {
        flex-direction: row;
    }

    .sidebar[b-v3zdry2prn] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v3zdry2prn] {
        position: sticky;
        top: 0;
        z-index: 1;
/*        background: rgba(51, 190, 173, 0.15);*/
        background-color: rgba(51, 190, 173, 0.15);
/*        background-image: url("/images/gotLogoTopp_55.png");
        background-repeat: no-repeat;
        background-position-x: left;*/
    }

    .main > div[b-v3zdry2prn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GotDashboard/Shared/MainLayout.razor.rz.scp.css */
.page[b-if0vy3qfns] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-if0vy3qfns] {
    flex: 1;
}

.sidebar[b-if0vy3qfns] {
    background: transparent;
}

.top-row[b-if0vy3qfns] {
    background-color: rgba(51, 190, 173, 0.15);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: rgba(51, 190, 173, 0.15);
/*    background-image: url("/images/gotLogoTopp_55.png");
    background-repeat: no-repeat;
    background-position-x: left;*/
}

    .top-row[b-if0vy3qfns]  a, .top-row .btn-link[b-if0vy3qfns] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-if0vy3qfns] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-if0vy3qfns] {
        display: none;
    }

    .top-row.auth[b-if0vy3qfns] {
        justify-content: space-between;
        display: none;
    }

    .top-row a[b-if0vy3qfns], .top-row .btn-link[b-if0vy3qfns] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-if0vy3qfns] {
        flex-direction: row;
    }

    .sidebar[b-if0vy3qfns] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-if0vy3qfns] {
        position: sticky;
        top: 0;
        z-index: 1;
/*        background: rgba(51, 190, 173, 0.15);*/
        background-color: rgba(51, 190, 173, 0.15);
/*        background-image: url("/images/gotLogoTopp_55.png");
        background-repeat: no-repeat;
        background-position-x: left;*/
    }

    .main > div[b-if0vy3qfns] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GotDashboard/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dybjna6s24] {
    background-color: rgba(51, 190, 173, 0.9);
}

.top-row[b-dybjna6s24] {
    height: 3.5rem;
    background-color: rgba(51, 190, 173, 0.15);
}

.navbar-brand[b-dybjna6s24] {
    font-size: 1.1rem;
}

.oi[b-dybjna6s24] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    color: rgba(51, 190, 173, 0.9);
}

.nav-item[b-dybjna6s24] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: black;
}

    .nav-item:first-of-type[b-dybjna6s24] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dybjna6s24] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dybjna6s24]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-dybjna6s24]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: black;
        }

        .nav-item[b-dybjna6s24]  a:hover {
            background-color: rgba(51, 190, 173, 0.2);
            color: black;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-dybjna6s24] {
        display: none;
    }

    .collapse[b-dybjna6s24] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/GotDashboard/Shared/NavMenuAdmin.razor.rz.scp.css */
.navbar-toggler[b-59knd8bcyx] {
    background-color: rgba(51, 190, 173, 0.9);
}

.top-row[b-59knd8bcyx] {
    height: 3.5rem;
    background-color: rgba(51, 190, 173, 0.15);
}

.navbar-brand[b-59knd8bcyx] {
    font-size: 1.1rem;
}

.oi[b-59knd8bcyx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    color: rgba(51, 190, 173, 0.9);
}

.nav-item[b-59knd8bcyx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: black;
}

    .nav-item:first-of-type[b-59knd8bcyx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-59knd8bcyx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-59knd8bcyx]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-59knd8bcyx]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: black;
        }

        .nav-item[b-59knd8bcyx]  a:hover {
            background-color: rgba(51, 190, 173, 0.2);
            color: black;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-59knd8bcyx] {
        display: none;
    }

    .collapse[b-59knd8bcyx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/GotDashboard/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-er0mkxd0de] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-er0mkxd0de] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-er0mkxd0de]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-er0mkxd0de] {
    visibility: visible;
}
