.ant-breadcrumb li {margin-left: 0 !important;}
.ant-breadcrumb-link .anticon {margin-right: 0.5em !important;}
.ant-menu-submenu {margin-left: 0 !important}
tr.fileuploaded {background-color: #f6ffed; border: 1px solid #b7eb8f;}
tr.awaitingfile {background-color: #fffbe6; border: 1px solid #ffe58f;}
tr.fileerror {background-color: #fff2f0; border: 1px solid #ffccc7;}


.loader {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: linear-gradient(#3da5fd, #164176, #1957a1);
    animation: animate 1.2s linear infinite;
    left: calc(50% - 125px);
    top: 10vh;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(#3da5fd, #164176, #1957a1);
}

.loader span:nth-child(1) {
    filter: blur(5px);
}

.loader span:nth-child(2) {
    filter: blur(10px);
}

.loader span:nth-child(3) {
    filter: blur(25px);
}

.loader span:nth-child(4) {
    filter: blur(50px);
}

.loader:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #f1f1f1;
    border: solid white 10px;
    border-radius: 50%;
}
.top_bar *, .top_bar ::after, .top_bar ::before,  
.logo_section *, .logo_section ::after, .logo_section ::before, 
.top_subheader *, .top_subheader ::after, .top_subheader ::before, 
.footer_section *, .footer_section ::after, .footer_section ::before
{
    box-sizing: unset;
}