/* _content/imgshr/Pages/Index.razor.rz.scp.css */
body[b-23r9wpa6xv] {
    background-color: #000000;
}

.AccessDeniedContainer[b-23r9wpa6xv]{
    top:200px;
    left:40px;
    position:absolute;
}

.ImageContainer[b-23r9wpa6xv] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10px;
    max-width: 75vw;
    max-height: 75vh;
    z-index: 1000;
}

.GalleryImage[b-23r9wpa6xv]{
    
    max-width:100%;
    max-height:100%;
}

.LoadingContainer[b-23r9wpa6xv]{
    position:absolute;
    left:40vw;
    top:40vh;
}



.logincontainer[b-23r9wpa6xv] {
    position: fixed;
    top: 10px;
    right: 10px;
    font-family: 'Courier New', Courier, monospace;
}



@media (max-width: 768px) {
    .ImageContainer img[b-23r9wpa6xv] {
        width: auto;
        height: auto;
        max-width: 100vw;
        max-height: 100vh;
        object-fit: contain;
        display: block;
        margin: auto;
    }

    .ImageContainer[b-23r9wpa6xv] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100vw;
        max-height: 100vh;
        padding: 10px;
        box-sizing: border-box;
    }
}
/* _content/imgshr/Pages/Login.razor.rz.scp.css */
body[b-weydqdu9u8] {
}
.logincontainer[b-weydqdu9u8]{
    margin:10px;
    display:flex;
    flex-direction:column;
    width:200px;
}
/* _content/imgshr/Shared/BannerHeaderComponent.razor.rz.scp.css */
.BannerContainer[b-3h591loxuu] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(180deg, #153e61 0%, #3271a8 70%);
    padding: 20px;
}

.BannerControls[b-3h591loxuu] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.UploadAndSignInContainer[b-3h591loxuu]{
    display:flex;
    flex-direction:row;
    margin-left:5px;
}

.SignInControlsOuterContainer[b-3h591loxuu] {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 8px;
    padding: 10px;
}

.SignInControls[b-3h591loxuu] {
    display: flex;
    flex-direction: column;
    align-content: end;
    margin-right: 50px;
}

.UsernameControls[b-3h591loxuu] {
    display: flex;
    flex-direction: column;
}

.PasswordControls[b-3h591loxuu] {
    display: flex;
    flex-direction: column;
}

.SignInLabel[b-3h591loxuu] {
    font-size: 14px;
    font-weight: normal;
    color: white;
}

.loginButtonContainer[b-3h591loxuu] {
    margin-top: 30px;
    display:flex;
    flex-direction:column;
}

.BannerLabel[b-3h591loxuu] {
    font-size: 60px;
    color: white;
    width: 60vw;
    margin-left: 10px;
    margin-top:10px;
}

.ImageSpacer[b-3h591loxuu] {
    margin-right: 10px;
}

.UploadButton[b-3h591loxuu] {
    margin-top: 30px;
    margin-right:30px;    
}



@media (max-width: 930px) {

    .BannerContainer[b-3h591loxuu] {
        width: 100%;
        height: auto;
        padding: 0px;
        padding-bottom:10px;
    }

    .BannerLabel[b-3h591loxuu] {
        font-size: 30px;
        margin-left: 20px;
        margin-bottom:10px;
    }

    .BannerControls[b-3h591loxuu] {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .UploadAndSignInContainer[b-3h591loxuu] {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

    .SignInControlsOuterContainer[b-3h591loxuu] {
        margin:5px;        
        width:50vw;
        display:flex;
        flex-direction:column;
    }

    .SignInControls[b-3h591loxuu] {
        margin-right: 0px;        
    }

    .UploadButton[b-3h591loxuu] {
        margin-top:0px;
        margin-left:10px;
    }

    .loginButtonContainer[b-3h591loxuu]{
        margin-top:10px;
    }
}
/* _content/imgshr/Shared/FourZeroFourComponent.razor.rz.scp.css */
body[b-8y2ldwdbu1] {
    font-size:12px;
}

.iperror[b-8y2ldwdbu1] {
    color: #c5c8c9;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10px;
    max-width: 75vw;
    max-height: 75vh;
    z-index: 1000;
}
/* _content/imgshr/Shared/GDPRComponent.razor.rz.scp.css */
/*GDPR MODAL */
#GDPRModal[b-lxtygakuk8] {
    background-color: rgba(30, 138, 131, 0.5);
}

.modal-content[b-lxtygakuk8] {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    display: flex;
    flex-direction: column;
    animation-name: slideIn-b-lxtygakuk8;
    animation-duration: 0.5s;
}

.modal-header[b-lxtygakuk8] {
    display: flex;
    flex-direction: column;
}

.ModalHeaderContainer[b-lxtygakuk8] {
}

.ModalInformationContainer[b-lxtygakuk8] {
}

.ModalHeaderLabel[b-lxtygakuk8] {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ModalInformationLabel[b-lxtygakuk8] {
    color: #000000;
    font-size: 10px;
    font-weight: normal;
    margin-top: 10px;
}

.SaveCancelButtons[b-lxtygakuk8] {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    margin-left: auto;
    padding-bottom: 10px;
}


.RefuseButton[b-lxtygakuk8] {
    background-color: #3f6670;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 10px;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .RefuseButton:hover[b-lxtygakuk8],
    .RefuseButton:focus[b-lxtygakuk8] {
        background-color: #db6642;
    }


.ConsentButton[b-lxtygakuk8] {
    background-color: #328fa8;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 10px;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .ConsentButton:hover[b-lxtygakuk8],
    .ConsentButton:focus[b-lxtygakuk8] {
        background-color: #d19c24;
    }




@-webkit-keyframes slideIn {
    0% {
        transform: translateY(-900px);
    }

    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes slideIn {
    0% {
        transform: translateY(-900px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideIn-b-lxtygakuk8 {
    0% {
        transform: translateY(-900px);
    }

    100% {
        transform: translateY(0);
    }
}
/* _content/imgshr/Shared/MainLayout.razor.rz.scp.css */
.page[b-mick2xbgcc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mick2xbgcc] {
    flex: 1;
}

.sidebar[b-mick2xbgcc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mick2xbgcc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mick2xbgcc]  a, .top-row .btn-link[b-mick2xbgcc] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mick2xbgcc] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mick2xbgcc] {
        display: none;
    }

    .top-row.auth[b-mick2xbgcc] {
        justify-content: space-between;
    }

    .top-row a[b-mick2xbgcc], .top-row .btn-link[b-mick2xbgcc] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mick2xbgcc] {
        flex-direction: row;
    }

    .sidebar[b-mick2xbgcc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mick2xbgcc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-mick2xbgcc], article[b-mick2xbgcc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
