<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* _content/DOKRA.Carbonatites.Education/Pages/Carbonatites.razor.rz.scp.css */
.background-col[b-5sqity82y4] {
    background-position: center;
    background-position-x: left;
    background-size: cover;
    opacity: 1;
    min-height: 100%;
}

@media (max-width: 640.98px) {
    .background-col[b-5sqity82y4] {
        display: none;
    }
}
/* _content/DOKRA.Carbonatites.Education/Pages/Conference2023.razor.rz.scp.css */
.col-poster[b-4v33pgyvih] {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: whitesmoke;
    box-shadow: -5px 0px 12px 1px gainsboro;
    min-height: 85vh;
    cursor: pointer;
    transition: 0.3s all;
    overflow:hidden;
}

    .col-poster:hover[b-4v33pgyvih] {
        box-shadow: -3px 0px 12px 1px #107ab0;
        background-color: #e7f1f7;
    }
/* _content/DOKRA.Carbonatites.Education/Pages/Geomodel.razor.rz.scp.css */
.canvas-full-window[b-16lbkpxw1x] {
    outline: unset;
    height: 100%;
    max-height: calc(100vh - 4.5rem);
    width: 100%;
    max-width: 100vw;
}

.rollup-inner[b-16lbkpxw1x] {
    animation: rollup-b-16lbkpxw1x ease-in 0.7s normal;
}

p[b-16lbkpxw1x] {
    font-weight: 300;
}

img[b-16lbkpxw1x] {
    width: 100%;
}

@keyframes rollup-b-16lbkpxw1x {
    0% {
        opacity: 0;
        transform: translateY( 1rem);
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

td[b-16lbkpxw1x] {
    padding: 0.25rem 0.5rem;
}

.col-hidden[b-16lbkpxw1x] {
    max-width: 0px;
    max-height: 0px;
}

.inner-project-info[b-16lbkpxw1x] {
    height: 100%;
    border-left: 1px solid gainsboro;
    overflow: hidden;
}

td[b-16lbkpxw1x] {
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: clip;
}


.header[b-16lbkpxw1x] {
    color: white;
    display: flex;
    justify-content: right;
    align-items: center;
}

.btn-absolute[b-16lbkpxw1x] {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 100;
}

.img-p-sel[b-16lbkpxw1x] {
    object-fit: contain;
    width: unset !important;
}

.img-wrapper-geomodel[b-16lbkpxw1x] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: img-up-b-16lbkpxw1x .5s ease-in;
}

.img-inside-wrapper[b-16lbkpxw1x] {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


@keyframes img-up-b-16lbkpxw1x {
    0% {
        opacity: 0;
        top: 5rem;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.img-container[b-16lbkpxw1x] {
    width: 90%;
    height: 90%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.poi[b-16lbkpxw1x] {
    background: white;
    box-shadow: 4px 4px 2px black;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    outline: 2px solid orangered;
    outline-offset: 4px;
    animation: poi-ripple-b-16lbkpxw1x .7s ease infinite;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .poi:hover[b-16lbkpxw1x] {
        transform: scale(2);
        background: #0085C1;
        box-shadow: unset;
    }

@keyframes poi-ripple-b-16lbkpxw1x {
    0% {
        outline: 0.25px solid white;
        outline-offset: 4px;
    }

    50% {
        outline: 4px solid white;
        outline-offset: 10px;
    }

    100% {
        outline: 0.25px solid white;
        outline-offset: 4px;
    }
}

.container-hidden[b-16lbkpxw1x] {
    display: none;
}

.scroller[b-16lbkpxw1x] {
    display: none;
    height: 4rem;
    width: 2rem;
    border-radius: 1rem;
    position: fixed;
    background: #0085C1;
    bottom: 6rem;
    left: calc(50vw - 1rem);
    z-index: 10;
    box-shadow: 2px 2px 2px 0px #373737;
    color: white;
    border: 2px solid white;
    transition: all 0.5s;
    justify-content: center;
    align-items: center;
}

    .scroller:hover[b-16lbkpxw1x] {
        background: black;
    }

        .scroller:hover &gt; .scroller-inner[b-16lbkpxw1x] {
            animation: unset !important;
        }

.scroller-inner[b-16lbkpxw1x] {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: up-down-b-16lbkpxw1x 1s alternate infinite;
}

@media (max-width: 640.98px) {
    .scroller[b-16lbkpxw1x] {
        display: flex;
    }
}

@keyframes up-down-b-16lbkpxw1x {
    0% {
        transform: none;
    }

    50% {
        transform: translateY(-2px);
    }

    75% {
        transform: translateY(2px);
    }


    100% {
        transform: none;
    }
}
/* _content/DOKRA.Carbonatites.Education/Pages/Goals.razor.rz.scp.css */
.background-col[b-da6qjvlalr] {
    background-position: center;
    background-position-x: left;
    background-size: cover;
    opacity: 1;
    min-height: 100%;
}

@media (max-width: 640.98px) {
    .background-col[b-da6qjvlalr]{
        display:none;
    }
}

.col-main[b-da6qjvlalr]{
    height: calc(100vh - 6rem);
}
/* _content/DOKRA.Carbonatites.Education/Pages/History.razor.rz.scp.css */
.background-col[b-fy2nzjrkst] {
    background-position: center;
    background-position-x: left;
    background-size: cover;
    opacity: 1;
    min-height: 100%;
}

@media (max-width: 640.98px) {
    .background-col[b-fy2nzjrkst] {
        display: none;
    }
}
/* _content/DOKRA.Carbonatites.Education/Pages/Index.razor.rz.scp.css */
.content-header-fixed &gt; h1[b-isjpicgom9] {
    font-weight: 900;
    font-size: 5rem;
    color: black;

}
.content-header-fixed[b-isjpicgom9] {
    overflow-wrap: anywhere;
    margin: 0rem 1rem;
}

@media (max-width: 640.98px) {
    .content-header-fixed &gt; h1[b-isjpicgom9] {
        font-weight: 900;
        font-size: 1.5rem !important;
        text-shadow: 2px 2px 0px white;
        color: black;
        z-index: 2;
        text-align: center;
    }
    .index-header[b-isjpicgom9] {
        font-size: 2rem !important;

    }
    .index-tag[b-isjpicgom9] {
        margin-left: unset !important;
    }
    .index-subtext[b-isjpicgom9]{
        display:none;
    }
    .index-tag[b-isjpicgom9] {
        background: rgba(255, 255, 255, 0.4) !important;
    }
    #col-index-1[b-isjpicgom9]{
        max-height:unset !important;
    }
    .background-col-mobile[b-isjpicgom9]{
        display:flex !important;
    }
    .row-main[b-isjpicgom9] {
        flex-direction: column-reverse !important;
    }

    .background-col[b-isjpicgom9] {
        all: unset !important;
    }

}


@media (min-width: 641px) {
    .content-header-fixed[b-isjpicgom9] {
        margin-top: 6rem;
        
    }
    #col-index-2[b-isjpicgom9] {
        height: 700px;
        min-height: unset !important;
    }
    #col-index-2 .row-main[b-isjpicgom9] {
        min-height: unset !important;
        height: 700px !important;
    }



}

.video-wrapper[b-isjpicgom9] {
    width: 100vw;
    min-height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}

.background-col[b-isjpicgom9] {
    background-position: center;
    background-position-x: left;
    background-size: cover;
    min-height: 100%;
}

.index-header[b-isjpicgom9] {
    max-width: 1000px;
    font-weight: bold;
    font-weight: 800;
    letter-spacing: 1px;
}


.background-col-next[b-isjpicgom9] {
    background-position: center;
    background-position-x: left;
    background-size: cover;
    opacity: 1;
    min-height: 100%;
}

@media (max-width: 640.98px) {
    .background-col-next[b-isjpicgom9] {
        display: none;
    }
    
}

.index-nav[b-isjpicgom9] {
    bottom: 5rem;
    right: 1rem;
}


.copyright[b-isjpicgom9] {
    font-size:0.75rem;
    color:dimgray;
    width:100%;
    text-align:center;
    margin-bottom:0.5rem;
}

#col-index-3[b-isjpicgom9] {
    background: whitesmoke;
}

.index-tag[b-isjpicgom9] {
    width: fit-content;
    box-shadow: 1px 1px 4px 0px darkgray;
    background: rgba(255, 255, 255, 0.9);
}

.card-header[b-isjpicgom9] {
    background-color: rgba(0,0,0,.5);
    color: white;
}

.card-title[b-isjpicgom9]{
    margin-bottom: unset;
}

/* _content/DOKRA.Carbonatites.Education/Pages/Photogallery.razor.rz.scp.css */
.img-gallery[b-cralsg53bl] {
    width: 20rem;
    height: 20rem;
    cursor: pointer;
   background-size:cover;
    z-index: 2;
}

    .img-gallery-wrapper:hover[b-cralsg53bl] {
    }

.gallery-wrapper[b-cralsg53bl] {
    gap: 1rem;
}

.row-abs-magnified[b-cralsg53bl] {
    min-width: 100vw !important;
    overflow: visible;
    top: 6rem;
    left: 0;
    min-height: calc(100vh - 10rem);
    background-color: #272737;
    animation: slide-up-b-cralsg53bl .5s ease-in;
}

@keyframes slide-up-b-cralsg53bl{
    0%{
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.gallery-wrapper-overflow-hidden[b-cralsg53bl] {
    display: none !important;
}

.img-wrapper[b-cralsg53bl] {
    height: 75%;
    width: 75%;
}

.inner-wrapper-text[b-cralsg53bl] {
    padding: 5rem;
}

.cross-close[b-cralsg53bl] {
    position: absolute;
    right: 2rem;
    top: 2.5rem;
    font-size: 4rem;
    width: 2.5rem;
    color: white;
    display: flex;
    height: 2rem;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
}
    .cross-close:hover[b-cralsg53bl] {
        color: #C4161C;
    }

.img-gallery-name[b-cralsg53bl] {
    background: black;
    color: white;
    padding: 1rem;
    font-weight: bold;
    display:none;
    position:absolute;
    width:100%;
    bottom:0;
}
.img-gallery-wrapper[b-cralsg53bl]{
    position:relative;
}

    .img-gallery-wrapper:hover[b-cralsg53bl] {
        box-shadow: 4px 4px 8px 3px gray;
    }

.img-gallery-wrapper:hover &gt; .img-gallery-name[b-cralsg53bl]{
    display:flex;

}
    .img-gallery-wrapper:hover &gt; .img-gallery[b-cralsg53bl] {
        opacity: 0.5;
    }

@media (max-width: 640.98px) {



}

.background-col[b-cralsg53bl] {
    min-height: 50vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    backdrop-filter: brightness(0.5);
}

.h-header[b-cralsg53bl] {
    align-self: end;
    margin-bottom: 1rem;
    color: white;
    padding: 1rem;
    border-radius: 5px;
    backdrop-filter: brightness(0.25);
}
/* _content/DOKRA.Carbonatites.Education/Pages/Publications.razor.rz.scp.css */
li[b-aa6iw9p7qo] {
    margin-bottom: 0.5rem;
}
/* _content/DOKRA.Carbonatites.Education/Pages/Results.razor.rz.scp.css */
.background-col[b-z7f9djwuof] {
    background-position: center;
    background-position-x: left;
    background-size: cover;
    opacity: 1;
    min-height: 100%;
}

@media (max-width: 640.98px) {
    .background-col[b-z7f9djwuof] {
        display: none;
    }
}
/* _content/DOKRA.Carbonatites.Education/Pages/Solver.razor.rz.scp.css */
.background-col[b-fknbdxa31x] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    min-height: 100%;
    background-color: lightgray;
}

@media (max-width: 640.98px) {
    .background-col[b-fknbdxa31x] {
        display: none;
    }
}

.col p[b-fknbdxa31x]{
    margin-bottom:0.25rem;
}
/* _content/DOKRA.Carbonatites.Education/Pages/Team.razor.rz.scp.css */
.person-card[b-axok9uh3zb] {
    max-width: 40rem;
    height: 100%;
    box-shadow: -2px 0px 15px 2px whitesmoke;
    border-left: unset;
}

.person-card-wrapper &gt; img[b-axok9uh3zb] {
    height: 30rem;
    object-fit: cover;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
    border: 1px solid gainsboro;
    border-right: unset;
    width: 25rem;
    margin-bottom: 0rem;
}

.card-header[b-axok9uh3zb] {
    background: #373737;
    color: white;
}

.person-card-wrapper[b-axok9uh3zb] {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    align-self: stretch;
    min-height: 100%;
}

.card-body &gt; a[b-axok9uh3zb] {
    margin-bottom: .5rem;
}

.card-header[b-axok9uh3zb] {
    font-size: 1.5rem;
    border-left: unset;
    border-radius: 0;
}

@media (max-width: 640.98px) {
    .person-card-wrapper[b-axok9uh3zb] {
        align-self: unset !important;
        max-width: unset;
        flex-direction: column;
    }

    img[b-axok9uh3zb] {
        border-right: 1px solid gainsboro !important;
        border-radius: unset !important;
    }

    .person-card[b-axok9uh3zb] {
        max-width: unset;
        box-shadow: unset;
        border-left: 1px solid gainsboro;
        border-top:unset;
        background:whitesmoke;
    }

    .person-card-wrapper &gt; img[b-axok9uh3zb] {
        height: 15rem;
        width: 100%;
        object-position: top;
        border: unset !important;
    }

    .card-header[b-axok9uh3zb] {
        border:unset !important;
    }
}
/* _content/DOKRA.Carbonatites.Education/Shared/MainLayout.razor.rz.scp.css */
.page[b-apou0djwib] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-apou0djwib] {
    flex: 1;
}

.sidebar[b-apou0djwib] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-apou0djwib] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-apou0djwib]  a, .top-row .btn-link[b-apou0djwib] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-apou0djwib] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-apou0djwib] {
        display: none;
    }

    .top-row.auth[b-apou0djwib] {
        justify-content: space-between;
    }

    .top-row a[b-apou0djwib], .top-row .btn-link[b-apou0djwib] {
        margin-left: 0;
    }
    .page-footer[b-apou0djwib] {
        font-size: 0.65rem !important;
    }
    .footer-mobile-no[b-apou0djwib]{
        display:none !important;
    }
  
}

@media (min-width: 641px) {
    .page[b-apou0djwib] {
        flex-direction: row;
    }

    .sidebar[b-apou0djwib] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-apou0djwib] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-apou0djwib], article[b-apou0djwib] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
   
}

.page[b-apou0djwib]{
    overflow-x: hidden;
}

.page-footer[b-apou0djwib] {
    background: linear-gradient(90deg, darkgray, gray);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 1rem;
    font-size: 0.875rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    height: 4rem;
}

.logo-holder[b-apou0djwib] {
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 1rem;
    cursor:pointer;
}
    .logo-holder:hover[b-apou0djwib] {
        animation: rollup-0-b-apou0djwib 0.7s ease-in-out forwards;
    }
        .logo-holder:hover &gt; a &gt; .img-logo[b-apou0djwib] {
            filter: drop-shadow(2px 4px 6px black);
        }

.img-logo[b-apou0djwib] {
    filter: brightness(0) invert(1);
    width: auto;
    height: 1rem;
}


@keyframes rollup-0-b-apou0djwib {
    0% {
        height: 3.75rem;
    }


    100% {
        height: 6rem;
    }
}

.a-color:hover[b-apou0djwib] {
    color: #1469db !important;
}
.a-color[b-apou0djwib]{
    transition:0.6s all;
}

.under-reconstruction[b-apou0djwib] {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(2px);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.under-reconstruction-tape[b-apou0djwib] {
    background: repeating-linear-gradient(-45deg, gray 0%, #373737 5%);
    height: 1rem;
    width: 20vw;
    background-size: 400% 100%;
    animation: background-slide-b-apou0djwib 10s linear infinite;
}
@keyframes background-slide-b-apou0djwib{
    0% {
        background-position: 100% 50%
    }

    100% {
        background-position: -33% 50%
    }
}

.under-inside[b-apou0djwib] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    position: fixed;
    border-radius: 0.5rem;
    background: #373737;
    color: white;
}
/* _content/DOKRA.Carbonatites.Education/Shared/NavigationMenu.razor.rz.scp.css */
.page-header[b-tb2c7szo1m] {
    position: fixed;
    top: 0;
    height: 6rem;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, white 40%, gray);
    padding: 0rem 0rem 0rem 2rem;
    border-bottom: 1px solid #272727;
}

.logo[b-tb2c7szo1m] {
    height: 2.5rem;
    width: auto;
}

.navigation-manager[b-tb2c7szo1m] {
    display: flex;
    height: 100%;
    justify-content: end;
    z-index: 3;
}


.link[b-tb2c7szo1m] {
    width: max-content;
    min-width: 150px;
}

    .link[b-tb2c7szo1m]  a {
        color: black;
        transition: 0.4s ease-out;
        align-items: center;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.15rem;
        transition: 0.6s all;
        text-transform: uppercase;
    }


        .link[b-tb2c7szo1m]  a:hover {
            background: rgba(0,0,0,0.4);
            color: white;
        }

        .link[b-tb2c7szo1m]  a.active {
            color: black;
            background: rgba(0,0,0,0.2);
        }

.menu-caret[b-tb2c7szo1m] {
    display: none;
    margin-right: 1rem;
    color: white;
}

@media (max-width: 800px) {
    .navigation-manager[b-tb2c7szo1m] {
        position: absolute;
        flex-direction: column;
        width: 100vw;
        left: 0;
        top: 6rem;
        background: white;
        box-shadow: 4px 4px black;
        max-width: unset;
        height: calc(100vh - 6rem) !important;
        overflow: auto;
        justify-content: unset !important;
    }

    .link[b-tb2c7szo1m] {
        width: 100%;
        border-left: unset;
        border-bottom: 1px solid gainsboro;
        background: white !important;
    }

    .menu-caret[b-tb2c7szo1m] {
        display: block;
    }

    .navigation-manager-inactive[b-tb2c7szo1m] {
        display: none;
    }

    .pseudo-shadow[b-tb2c7szo1m] {
        display: flex !important;
    }

    .link-context[b-tb2c7szo1m] {
        display: flex !important;
    }

    .context-menu[b-tb2c7szo1m] {
        position: unset !important;
        display: flex !important;
    }

    .i-caret[b-tb2c7szo1m] {
        display: none;
    }
}

.pseudo-shadow[b-tb2c7szo1m] {
    border-top: 1px solid gainsboro;
    display: none;
    min-height: 5rem;
    background: linear-gradient(whitesmoke, white);
    width: 100%;
}


.caret[b-tb2c7szo1m] {
    display: none;
}

.caret-active[b-tb2c7szo1m] {
    display: block;
    cursor: pointer;
}

    .caret-active:hover[b-tb2c7szo1m] {
        color: #0085C1;
        filter: drop-shadow(4px 4px 4px gainsboro);
    }

.img-flag[b-tb2c7szo1m] {
    width: 2rem;
    height: 2rem;
    align-self: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

    .img-flag:hover[b-tb2c7szo1m] {
        box-shadow: 1px 1px 2px black;
    }

.link-context[b-tb2c7szo1m] {
    position: relative;
}

    .link-context[b-tb2c7szo1m]  a {
        display: flex;
        justify-content: space-evenly;
        gap: 1rem;
        align-items: center;
    }

    .link-context .i-caret[b-tb2c7szo1m] {
        margin-top: 0.5rem;
    }

.context-menu[b-tb2c7szo1m] {
    display: none;
    position: absolute;
    width: 100%;
    background: gray;
}

.link-context:hover &gt; .context-menu[b-tb2c7szo1m] {
    display: flex !important;
}

.context-item[b-tb2c7szo1m] {
    border-top: 1px solid;
    text-align: center;
}

    .context-item[b-tb2c7szo1m]  a:hover {
        background: rgba(0,0,0,0.4);
        color: white;
    }



@media (max-width: 640.98px) {
    .navigation-manager[b-tb2c7szo1m] {
        height: calc(100vh - 6rem) !important;
        overflow: auto;
        justify-content: unset !important;
    }

    .logo[b-tb2c7szo1m] {
        height: 2rem !important;
    }

    .page-header[b-tb2c7szo1m] {
        padding: unset;
    }

    .logo-link[b-tb2c7szo1m] {
        border-right: unset;
        padding-right: unset;
    }
}

.p-logo[b-tb2c7szo1m] {
    text-decoration: none;
    color: #373737;
    padding: unset;
    font-weight: 800;
    font-size: 14px;
    line-height: 15px;
}

.p-logos[b-tb2c7szo1m] {
    margin-right: 1.5rem;
}

.logo-link[b-tb2c7szo1m] {
    border-right: 1px solid gray;
    padding-right: 3rem;
}
</pre></body></html>