/*  we use two types of GDPR popups, a funny one with a cookie monster and the standard (official) 
    Which one is actually used is determined by the environment configuration - ApplicationIdentity settings 
*/
@import "gdpr-popup-cookie-monster.css";
@import "gdpr-popup-official.css";

:root {
    --toolbar-buttons-right-margin: 8px;
    --mud-typography-default-family: Quicksand,sans-serif;

    --grid-header-bg: var(--mud-palette-drawer-background);
    --grid-header-fg: var(--mud-palette-drawer-text);
}

#loading-notice {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;
    background-color: #000;
    color: white;
    height: 100vh; width: 100vw; display: flex; align-items: center; justify-content: center;
}

.modal-backdrop {
    z-index: -1;
}

.list-container {
    display:flex; height: calc(100vh - var(--mud-appbar-height));
}

.fs-small {
    font-size: 8pt !important;
}

.fs-smaller {
    font-size: 10pt !important;
}

.text-right {
    text-align: right;
}

.snackbar-topright {
    top: 100px !important;
}

.roles-chips {
    .mud-chip, .mud-chip:hover {
        background-color: var(--mud-palette-primary) !important;
        color: var(--mud-palette-primary-text) !important;
        border-top-right-radius: var(--mud-default-borderradius) !important;
        border-bottom-right-radius: var(--mud-default-borderradius) !important;
    }
    .mud-chip-selected, .mud-chip-selected:hover {
        background-color: var(--mud-palette-success-darken) !important;
        color: var(--mud-palette-success-text) !important;
    }
}


/* fix for mudblazor grids - sort indicator and dots not showing until you hover on the header */
.column-options, .mud-menu {
    button {
        opacity: 1 !important;
        .mud-icon-button-label {
            opacity: 1 !important;
        }
    }
}


.audit-date {}
.audit-time {
    color: var(--mud-palette-primary-text);
    background-color: var(--mud-palette-primary-darken);
    border-radius: var(--mud-default-borderradius);
    padding: 6px;
    margin-left: 8px;
}
.audit-time-seconds {
    font-size: 8pt;
    color: var(--mud-palette-primary-darken);
    font-weight: 600;
}



/* bespoke component for client-side image conversion/upload */
.image-upload-control {
    width: 400px;
    height: 400px;
    background-color: orange;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: transparent;*/
    img {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    /* when no image (src="") hide the ugly 0-wide frame - cross-browser compatible way */
    img[src=""] {
        opacity: 0;
    }
    img:hover {
        cursor: grab;
        /* border: 2px solid red; */
    }
    .image-input {
        position: absolute;
        width: inherit; height: inherit;
        opacity: 0;
        cursor: grab;
    }

    .progress-holder {
        pointer-events: none;
        position: absolute;
        width: inherit; height: inherit;
        display: flex; align-items: center; justify-content: center; align-content: center;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.21);
    }
    h3 {
        color: red;
        display: none;
    }

    h3:after {
        content: "";
        box-sizing: border-box;
        position: absolute;

        width: 40%;
        height: 40%;
        margin-top: -20%;
        margin-left: -20%;
        border-radius: 50%;
        border: 8px solid #b1b1b2;
        border-top-color: #323e48;
        -webkit-animation: spinner 1s linear infinite;
        animation: spinner 1s linear infinite;
    }



}
.image-upload-control:hover .hover-indicator {
    opacity: 1;
}
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.file-upload-input {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    margin:0 !important; padding:0 !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
}

.user-editor-dialog {


    .image-upload {
        border-color: transparent;
    }
    .image-upload-progress.underlay {
        color: var(--mud-palette-info) !important;
        p {
            display: none;
        }
    }
    .image-upload-progress:after {
        content: "" !important;
    }
    .image-upload-progress {
        padding:0 !important;
        margin: 0 !important;
        width: 280px !important;
        height: 280px !important;
        position: absolute;

        background-color: rgba(4, 4, 4, 0.4);
        border-radius: 50%;
        color: var(--mud-palette-info-lighten) !important;
        z-index: 10;

        p {
            font-size: 60px !important;
            font-weight: 600;
            color: var(--mud-palette-info-lighten) !important;
        }
    }
    .mud-input-control-input-container {
        fieldset {
            border-radius: 4px !important;
            legend {
                padding-right: 10px !important;
            }
        }

        .mud-input-label {
            font-weight: 600 !important;

            margin-top: -2px !important;

        }
    }
    .bold-box {
        p {
            font-weight: 600;
        }
    }

    .mud-dialog-content {
        padding: 0 !important;
        margin: 0 !important;
        background-color: var(--mud-palette-drawer-background);
        color: var(--mud-palette-drawer-text);
    }
    .mud-paper {
        border-radius: 0 !important;
    }
    .mud-card-header {
        height: 2.4rem;
        font-weight: 600;
        border-radius: 0 !important;
        /* background-color: var(--mud-palette-drawer-background);
        color: var(--mud-palette-drawer-text); */
    }

    .mud-dialog-title {
        padding: 0 !important;
    }
}

.account-state-filter .mud-toggle-group {
    border: 2px solid !important;
    height: 36px;
    button {
        font-weight: 600;
    }
}

.admin-user-edit-avatar {

    width: 280px !important;
    height: 280px !important;

    border: 2px solid transparent;
    img {
        position: absolute;
        flex:1 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    p {
        font-size: 84pt;
        font-weight: 600;
    }
}

.mud-input-control-input-container label {
    font-weight: 600 !important;
}

.small-input .mud-input {
    height: 44px;
}

.simple-date-picker {
    .mud-input {
        width: 200px !important;
        font-size: 10pt !important;
    }
    button.mud-input-adornment-icon-button span.mud-icon-button-label {
        background-color: var(--mud-palette-primary) !important;
        color: var(--mud-palette-primary-text) !important;
        padding: 4px !important;
        border-radius: var(--mud-default-borderradius) !important;
        box-shadow: none !important;
    }
    button.mud-input-adornment-icon-button:hover {
        span.mud-icon-button-label {
            box-shadow: none !important;
        }
    }
}

.state-button {
    background-color: var(--mud-palette-primary) !important;
}

.state-button.disabled {
    background-color: var(--mud-palette-error) !important;
}

.admin-users-list-avatar {
    width: 84px !important;
    height: 84px !important;

    p {
        font-size: 26pt;
    }
}

.admin-user-editor-online-badge .mud-badge-wrapper {
    margin-left: -36px !important;
    margin-top: 36px !important;

    .mud-badge {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
}

mark {
    background-color: var(--mud-palette-info);
    color: var(--mud-palette-info-text);
}

/* all mud dialogs */
.mud-dialog-title
{
    h6 {
        text-align: center;
        font-weight: 600;
    }
    button {
        background-color: var(--mud-palette-primary);
    }
    button:hover {
        background-color: var(--mud-palette-primary-darken);
    }
    svg {
        fill: var(--mud-palette-primary-text) !important;
    }

}

.admin-users-grid {

    .authentication-type-two-factor {
        background-color: var(--mud-palette-success-darken);
        color: var(--mud-palette-success-text);
    }
    .authentication-type-password {
        background-color: var(--mud-palette-warning-darken);
        color: var(--mud-palette-warning-text);
    }

    .admin-users-list-online-badge .mud-badge-wrapper {
        margin-left: -6px !important;
        margin-top: 6px !important;
    }
    .mud-hierarchy-toggle-button {
        margin-left: -10px !important;
    }
    .accounts-user-role {
        background-color: transparent;
        border: 2px solid #000;
    }
    tr th:nth-of-type(2) {
        padding-left: 24px !important;
    }
    tr td:first-of-type button {
        margin-left: -10px !important;
    }

    tr td {
        font-weight: 600;
    }
    tr.account {
        td {
            border: none !important;
        }
    }

    tr.account-locked {
        td {
            color: var(--mud-palette-error) !important;
            .mud-button svg {
                color: inherit !important;
            }
        }
    }
    thead {
        tr > th {
            border-radius: 0 !important;
        }
    }
    .mud-table-foot {
        display: flex;
        margin-bottom: 80px;
    }
    img.profile-image-small {
        height: 80px;
    }
    .mud-table-toolbar {
        height: auto;
        margin-bottom: 6px;
        padding-top: 6px;
    }
    thead th {
        border-bottom: 4px solid #000;
    }
    .pad-search-icon svg {
        margin-top: 3px;
    }
    .input-fw-600 .mud-input-text input {
        font-weight: 600 !important;
    }
}

.no-hover-highlight:hover {
    background-color: inherit !important;
}


/* The overlay dialog is shown on top of page content and below the Blazor connection dialog */
#blazor-connection-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    display: none;
}

#blazor-connection-dialog-overlay.show {
    display: block;
}

#blazor-connection-dialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    padding: 0;
    justify-content: center;
}

#blazor-connection-dialog.show {
    display: flex;
}

#blazor-connection-dialog > div.connection-backdrop {
    background-color: #000;
    opacity: .9;
    position: absolute;
    width: 100vw;
    height: 100vh;
}

#blazor-connection-dialog > div.dialog-border {
    display: flex;
    align-items: center;
}

#blazor-error-ui {
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    justify-items: center;
    z-index: 9999999;
}

.blazor-error-ui-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background-color: #000000e5;
}

.blazor-error-ui-conatiner {
    max-width: 90%;
    max-height: 90%;
    z-index: 2;
    display: flex;

    align-items: center;
    justify-content: center;
}

html
{
    scroll-behavior: smooth;
}

.attention-shadow {
    box-shadow: 0 -1px 10px 0 #0ce86333 !important;
}

.cookie-popup {
    position: absolute;
    bottom: 10px;
    width: 460px;
    background: #0f1115;
    color: #fff;
    left: 10px;
}

#client-references button {
    background: #0f1115;
    width: 50px;
    height: 50px;
    margin: 0 16px;

    .mud-icon-button-label {
        color: #fff;
    }
}

#client-references button:hover {
    background: #000;
}

#client-references p {
    margin-bottom: 20px;
}

.app-drawer {
    width: min(100vw, 400px) !important;
}

.animate__animated {
    width: 100%;
    height: 100%;
}

/* mud tables */
thead.border-bottom-2 tr th.mud-table-cell {
    border-bottom: 4px solid var(--mud-palette-table-lines);
}

.flexi-grid {
    overflow: scroll;
    display: flex;

    thead {
        position: sticky;
        top: 0;
        background-color: var(--mud-palette-surface);
    }
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.button {
    display: inline-block;
    background-color: #444;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--mud-palette-appbar-text);
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fab {
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #e74c3b;
    color: white;
    cursor: pointer;
    z-index: 1;
}















/* main layout --> */

.content {
    width: 100vw;
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF6F7;
    text-align: center;
}

.section > div {
    width: 96%;
}

.section:nth-child(3) {
    font-size: 8vh;
}
.section:nth-child(2) > div {
    max-width: 800px
}
.section:nth-child(3) > div {
    max-width: 900px
}

@media (max-width: 750px) {
    .section:nth-child(2),
    .section:nth-child(3) {
        font-size: 9vw;
    }
}

.section:nth-child(3) a {
    padding: 0 .3em;
}

canvas#neuro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;

}

a.text-link {
    display: inline-block;
    text-decoration: none;
    color: rgb(160, 160, 255) !important;
    font-weight: inherit;
    font-style: inherit;
    margin-top: 10px;
}

a.text-link:hover {
    font-weight: inherit;
    text-decoration: underline;
    color: rgb(160, 160, 255);
}

a.text-link:active {
    color: rgb(160, 255, 255);
}

.vrh-100 {
    height: calc(100vh - var(--mud-appbar-height));
}















button {
    background: #00ffd5;
    color: #111;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
}

.highlighted {
    border: 2px solid #00ffd5;
    background: #282828;
}



















@keyframes fadingIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: .1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: .8;
    }
}

#landing-video-wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #000;
    opacity: 1;

    video {
        min-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        object-fit: cover;
        animation: fadingIn 2s ease-in 0s forwards;
    }

    .landing-page {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
    }
}

#landing-video-wrapper::after {
    content: '';
    margin-top: calc(100vh + 2rem);
}

div.image-header {
    div.overlay {
        width: 100%;
        background: #000;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: .45;
    }

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100vw;
    min-height: 50vh;
    font-size: clamp(4vw, 3vh, 400px);
    color: white;
    font-weight: bold;

    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

div.contact-us {
    background-image: url(../img/contact-us.jpg);
}


#about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 100vh;
    margin-bottom:120px;
    padding-top: 10vh;

    .about-us-logo {
        width: 320px;
    }

    ul {
        font-size: 18pt;
    }


    div.ground-freight {
        background-image: url(../img/ground-freight.jpg);
    }

    div.air-freight {
        background-image: url(../img/air-freight.jpg);
    }

    div.sea-freight {
        background-image: url(../img/sea-freight.jpg);
    }
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: calc(-50% + 20pt);
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}








.container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0px;
}

.servcies-section-wrapper {
    width: 60%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.services-box {
    background-color: #112738;
    color: #e6f7f6;
    width: 250px;
    padding: 30px 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.services-box h3,
.services-box p {
    margin: 0px;
    text-align: center;
}

.services-box i {
    background-color: #097a4a00;
    color: #9bf1ff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-bottom: 16px;
    font-size: 2.5rem;
}














/* how we work */

.how-we-work {
    background: #158bd126;
    padding-bottom: 260px;
}

/*feature css starts*/
.timeline__cover{

    padding: 100px 0;
    color: #ffffff;
}
.timeline__cover .timeline__title{
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
}

.timeline__cover .timeline__title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #959595;
}

.timeline__cover .timeline{
    padding-top: 64px;
}
.timeline__cover .timeline ul{
    padding-top: 100px;
}
.timeline__cover .timeline ul li {
    background: #2eb1b161;
    position: relative;
    margin: 0 auto;
    width: 2px;
    margin-bottom: 48px;
    list-style-type: none;
}

.timeline__cover .timeline ul li:last-child {
    padding-bottom: 7px;
    width: 0;
    height: 0;
}

.timeline__cover .timeline ul li:before {
    content: '';
    background: #4addfff7;
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timeline__cover .timeline ul li .hidden {
    opacity: 0;
}

.timeline__cover .timeline ul li .content {
    position: relative;
    top: -83px;
    width: 289px;
}

.timeline__cover .timeline ul li .content .badge{
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000614;
    display: inline-block;
    padding: 6px 12px;
    background: #12b1e2c2;
    border-radius: 1000px;
}

.timeline__cover .timeline ul li .content h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #4addfff7;
    margin: 16px 0 8px;
    margin-bottom: 20px;
}



.timeline__cover .timeline ul li .content p{
    color: #efefef;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content {
    left: 70px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content:before {
    left: -38px;
}

.timeline__cover .timeline ul li:nth-child(even) .content {
    left: calc(-289px - 70px);
}

.timeline__cover .timeline ul li:nth-child(even) .content:before {
    right: -38px;
}

/* Media Queries */
@media screen and (max-width: 1020px) {
    .timeline__cover .timeline ul li .content {
        width: 41vw;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: calc(-41vw - 45px);
    }
}

@media screen and (max-width: 700px) {
    .timeline__cover {
        padding: 32px 0;

    }
    .timeline__cover .timeline__title {
        text-align: left;
    }
    .timeline__cover .timeline {
        padding-top: 32px;
    }
    .timeline__cover .timeline ul li {
        margin-left: 48px !important;
    }
    .timeline__cover .timeline__title h2 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 0.08px;
    }
    .timeline__cover .timeline ul li {
        margin-left: 20px;
    }

    .timeline__cover .timeline ul li .content {
        width: calc(100vw - 100px);
        transition: .2s;
    }

    .timeline__cover .timeline ul li .content p {
        min-height: 110px;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: 38px;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content:before {
        left: -33px;
    }
    .timeline__cover .timeline ul li:nth-child(odd) .content {
        left: 38px;
    }
}

:root {
    --neutral-lt: rgb(255, 255, 255);
    --neutral-dk: rgb(0, 0, 0);
    --neon-1: rgb(242, 249, 248);
    --neon-1-lt: rgb(209, 255, 250);
    --neon-1-glow: rgba(2, 254, 228, 0.4);
    --sans-serif: "Poppins", san-serif;
}

.headline {
    font-size: clamp(4vw, 3vh, 400px);
    font-weight: 600;
}

.headline-small {
    font-size: 18pt;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.contact-page {
    width: 100vw;
    height: calc(100vh - var(--mud-appbar-height));
    background: url('/img/connect.jpg');
    background-size: cover;
    background-attachment: fixed;

    .mud-container {
        max-width: 100vw;
        width: 100vw;
        padding:0;
    }

    .highlight {
        background-color: #1609089c;
        border-radius: 10px;
        padding: 0 16px;
        color: #fff !important;
    }
}

.contact-container {
    width: 100%;
    height: calc(100vh - var(--mud-appbar-height));
    background: #00000063;



}




.items-with-details-grid {
    /*
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    padding: 16px;
    width: 100%;
    align-items: center;
    */


    .item {
        font-weight: 600;

        color: #e8f6fc;
        border-radius: 10px;
        padding: 30px;
        text-align: center;
        transition: transform 0.3s ease;



        .title-header {
            font-size: .8rem;
            margin-bottom: .6rem;
        }

        .title {
            font-size: 1.8rem;
            color: #9bf1ff;
            margin-bottom: 20px;
            text-align: center;
        }

        .description {
            text-align: left;
        }

        .description:not(:first-of-type) {
            margin-top: .6rem;
        }
    }
}