/* /Components/LoadingSpinner.razor.rz.scp.css */

.loading[b-81wigomedy] {
    position: fixed;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading[b-81wigomedy]:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required)[b-81wigomedy] {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required)[b-81wigomedy]:after {
            content: '';
            display: block;
            font-size: 20px; /*control the size of spinner*/
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }


@media (max-width: 576px) { /* extra small screen */
    .loading:not(:required)[b-81wigomedy]:after {
        font-size: 15px;
    }
}
/* Animation */


@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* /Components/NavigationBar.razor.rz.scp.css */
nav.simple-navbar[b-f67xwhcf6i] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-logo img[b-f67xwhcf6i] {
    height: 40px;
}
 
.navbar-toggle[b-f67xwhcf6i] {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

    .navbar-toggle span[b-f67xwhcf6i] {
      height: 3px;
      width: 25px;
      background-color: #333;
      border-radius: 2px;
    }

    ul.navbar-menu[b-f67xwhcf6i] {
      list-style: none;
      display: flex;
      gap: 10px;
      margin-left: auto;
      margin-bottom: 0;
    }

    ul.navbar-menu li[b-f67xwhcf6i] {
      padding: 8px 12px;
      border-radius: 5px;
      font-size: 20px;
      font-weight: 700;
      transition: background-color 0.3s, color 0.3s;
    }

    ul.navbar-menu li:hover[b-f67xwhcf6i] {
      background-color: black;
      color: white;
      cursor: pointer;
    }

    ul.navbar-menu li a[b-f67xwhcf6i] {
      text-decoration: none;
      color: inherit;
    }

    /*  when toggle button of munu will appear  */
    @media (max-width: 750px)  
    {
      .navbar-toggle[b-f67xwhcf6i] {
          display: flex;
      }
    .navbar-logo img[b-f67xwhcf6i]{
        width: 200px;
        height: 35px;
    }


        ul.navbar-menu[b-f67xwhcf6i] {
            flex-direction: column;
            width: 100%;
            margin-left: 0;
            overflow: hidden;
            max-height: 0;
            opacity: 0;
            transition: all 0.3s ease-in-out;
            padding-inline-start: 5px;
        }

      ul.navbar-menu.show[b-f67xwhcf6i] {
        padding-top: 20px;
        max-height: 500px; /* Adjust if you add more items */
        opacity: 1;
      }

      ul.navbar-menu li[b-f67xwhcf6i] {
        width: 100%;
      }
      ul.navbar-menu li a[b-f67xwhcf6i]{
        display: inline-block;
        width: 100%;
      }
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-su7h8uwlta] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-su7h8uwlta] {
    flex: 1;
}

.sidebar[b-su7h8uwlta] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-su7h8uwlta] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-su7h8uwlta]  a, .top-row[b-su7h8uwlta]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-su7h8uwlta]  a:hover, .top-row[b-su7h8uwlta]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-su7h8uwlta]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-su7h8uwlta] {
        justify-content: space-between;
    }

    .top-row[b-su7h8uwlta]  a, .top-row[b-su7h8uwlta]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-su7h8uwlta] {
        flex-direction: row;
    }

    .sidebar[b-su7h8uwlta] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-su7h8uwlta] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-su7h8uwlta]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-su7h8uwlta], article[b-su7h8uwlta] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/AddShipment.razor.rz.scp.css */
/* start custom container */
.custom-container[b-uee59jb6uf] {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
    .custom-container[b-uee59jb6uf] {
        width: 98%;
    }
}

@media (min-width: 576px) {
    .custom-container[b-uee59jb6uf] {
        width: 94%;
    }
}

@media (min-width: 768px) {
    .custom-container[b-uee59jb6uf] {
        width: 92%;
    }
}

@media (min-width: 992px) {
    .custom-container[b-uee59jb6uf] {
        width: 95%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .custom-container[b-uee59jb6uf] {
        width: 82%;
    }
}
/* end custom container */
/* /Pages/Home.Razor.rz.scp.css */
.home[b-h79n00efbc] {
    padding-top: 0.1px;
    font-family: "Amiko";
}

.input-btn-container[b-h79n00efbc] {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    overflow: hidden;
}

.input-btn-container input[b-h79n00efbc] {
    flex: 1;
    border: none;
    outline: none;
    padding: 18px 15px;
    font-size: 15px;
}

.input-btn-container button[b-h79n00efbc] {
    position:absolute;
    right:10px;
    z-index: 1;
    width:100px;
    background: #E85215;
    border: none;
    color: white;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 15px;
}

@media(max-width: 576px){
    .input-btn-container button[b-h79n00efbc]{
        width:70px;
    }
}


.input-btn-container button:hover[b-h79n00efbc] {
    background: #c63e10;
}

/* start custom container */
.custom-container[b-h79n00efbc] {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
    .custom-container[b-h79n00efbc] {
        width: 98%;
    }
}

@media (min-width: 576px) {
    .custom-container[b-h79n00efbc] {
        width: 94%;
    }
}

@media (min-width: 768px) {
    .custom-container[b-h79n00efbc] {
        width: 92%;
    }
}

@media (min-width: 992px) {
    .custom-container[b-h79n00efbc] {
        width: 95%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .custom-container[b-h79n00efbc] {
        width: 70%;
    }
}
/* end custom container */


/*  start trending-header-text */
@media (max-width: 576px) {
    .trending-header-text[b-h79n00efbc] {
        font-size: 24px;
    }

    .trending-content-text[b-h79n00efbc] {
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .trending-header-text[b-h79n00efbc] {
        font-size: 30px;
    }

    .trending-content-text[b-h79n00efbc] {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .trending-header-text[b-h79n00efbc] {
        font-size: 34px;
    }

    .trending-content-text[b-h79n00efbc] {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .trending-header-text[b-h79n00efbc] {
        font-size: 38px;
    }

    .trending-content-text[b-h79n00efbc] {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .trending-header-text[b-h79n00efbc] {
        font-size: 44px;
    }

    .trending-content-text[b-h79n00efbc] {
        font-size: 24px;
    }
}

/*  end trending-header-text */


.trending img[b-h79n00efbc] {
    object-fit:cover;
    min-height: 1200px;
/*    object-fit: contain*/

}



/* start trending-delivery */
@media (max-width: 576px) {
    .trending-delivery[b-h79n00efbc] {
        width: 75% !important;
    }
}

@media (min-width: 576px) {
    .trending-delivery[b-h79n00efbc] {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .trending-delivery[b-h79n00efbc] {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .trending-delivery[b-h79n00efbc] {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .trending-delivery[b-h79n00efbc] {
        width: 40% !important;
    }
}
/* end trending-delivery */



.enquiry-btn[b-h79n00efbc] {
    background-color: #E85215;
    color: white;
    padding: 10px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    border-radius: 20px;
}



[b-h79n00efbc] div.mud-input.mud-input-outlined {
    height: 38px;
}

[b-h79n00efbc] div.iti.iti--show-flags.iti--inline-dropdown.mud-input {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
}


[b-h79n00efbc] div.mud-input-control-helper-container {
    background-color: #FFF8F5;
}









/* /Pages/Login.Razor.rz.scp.css */
/* 612 (56.67%) + 290 (26.85 %) +  178(16.48 %) = 1080*/


.form-container[b-42ayowfyiw] {
    padding-top: 0.1px;
    font-family: "Amiko";
}

.form-container .img-container[b-42ayowfyiw] {
    margin-top: 37px;
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}

.img-container img[b-42ayowfyiw] {
    object-fit: cover;
    width: 26.85%;
    height: auto;
    margin-inline-end: 16.48%;
}

@media(max-width: 576px) {
    .img-container img[b-42ayowfyiw] {
        margin-inline-end: 16.48%;
        height: auto;
    }
}

h3[b-42ayowfyiw] {
    color: #E85215;
    margin: 0;
    font-family: "Amiko"
}


.login-btn[b-42ayowfyiw] {
    background-color: #E85215;
    color: white;
    padding:10px;
    margin:auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size:20px;
    border-radius:20px;
}

.signup-btn[b-42ayowfyiw] {
    margin: auto;
    margin-bottom: 30px;
    font-size: 20px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.signup-btn:hover[b-42ayowfyiw] {
    background-color: #E85215;
    color: white !important;
}

@media(max-width:576px){
    .signup-btn[b-42ayowfyiw], .login-btn[b-42ayowfyiw]{
        font-size: 16px;
    }
}
/* /Pages/RegisterCompany.razor.rz.scp.css */
.form-container[b-y4zla36ft1] {
    padding-top: 0.1px;
    font-family: "Amiko";
}


h3[b-y4zla36ft1] {
    color: #E85215;
    margin: 0;
}

.signup-btn[b-y4zla36ft1] {
    background-color: #E85215;
    color: white;
    padding: 10px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    border-radius: 20px;
}


[b-y4zla36ft1] div.mud-input.mud-input-outlined {
    height: 38px;
}

[b-y4zla36ft1] div.iti.iti--show-flags.iti--inline-dropdown.mud-input {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
}


[b-y4zla36ft1] div.mud-input-control-helper-container {
    background-color: #FFF8F5;
}
/* /Pages/SignUp.razor.rz.scp.css */
.form-container[b-50127v1lfn] {
    padding-top: 0.1px;
    font-family: "Amiko";
}

h3[b-50127v1lfn] {
    color: #E85215;
    margin: 0;
}

.signup-btn[b-50127v1lfn] {
    background-color: #E85215;
    color: white;
    padding: 10px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    border-radius: 20px;
}


[b-50127v1lfn] div.mud-input.mud-input-outlined {
    height: 38px;
}

[b-50127v1lfn] div.iti.iti--show-flags.iti--inline-dropdown.mud-input{
    display: flex;
    padding-top:0;
    padding-bottom:0;
}


[b-50127v1lfn] div.mud-input-control-helper-container {
    background-color: #FFF8F5;
}
/* /Pages/TrackingShipment.razor.rz.scp.css */

.timeline-container[b-yh8kg6ht1i] {
    --timeline-dot-bgcolor: #E85215;
    --timeline-dot-border: #FFA37E;
    --timeline-dot-outline: #F0BAA4;
    --timeline-dot-width: 65px;
    --timeline-dot-height: 65px;
    --timeline-dot-border-width: 5px;
    --timeline-dot-outline-width: 5px;
    --timeline-line-width: 4px;
    --timeline-dot-completed: #15D465;
    --timeline-dot-completed-border: #3FEB87;
    --timeline-dot-completed-outline: #A1FBC6;
    --timeline-dot-inactive: #717171;
    --timeline-dot-inactive-border: #9C9C9C;
    --timeline-dot-inactive-outline: #D9D9D9;    
}

.timeline[b-yh8kg6ht1i] {
    position: relative;
    /* padding: 20px 0; */
}

.timeline[b-yh8kg6ht1i]::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc((var(--timeline-dot-width) - var(--timeline-line-width)) / 2);
    height: 100%;
    width: var(--timeline-line-width);
    background: hsl(205, 38%, 89%);
}

.timeline-step[b-yh8kg6ht1i] {
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.timeline-dot[b-yh8kg6ht1i] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--timeline-dot-width);
    height: var(--timeline-dot-height);
    border-radius: 50%;
    background-color: var(--timeline-dot-bgcolor);
    border: var(--timeline-dot-border-width) solid var(--timeline-dot-border);
    outline: var(--timeline-dot-outline-width) solid var(--timeline-dot-outline);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.3), 0 0 30px rgba(255, 0, 0, 0.2);
}

.timeline-dot img[b-yh8kg6ht1i] {
    width: 50px;
}


.timeline .timeline-content[b-yh8kg6ht1i] {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-inline-start: 20px;
    background-color: blanchedalmond;
    flex-grow: 1;
    position: relative;
    border-radius: 0.25em;
    box-shadow: 0 3px 0 hsl(205, 38%, 89%);
}

.timeline .inactive-content[b-yh8kg6ht1i] {
    opacity: 0.2
}

.timeline .timeline-content[b-yh8kg6ht1i]::before {
    content: '';
    position: absolute;
    /* top: 16px; */
    right: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #93979b;
}

.timeline .timeline-content h3[b-yh8kg6ht1i] {
    margin: 0;
}


.timeline-dot-inactive[b-yh8kg6ht1i] {
    background-color: var(--timeline-dot-inactive);
    border-color: var(--timeline-dot-inactive-border);
    outline-color: var(--timeline-dot-inactive-outline);
    box-shadow: 0 0 8px rgba(113, 113, 113, 0.3), 0 0 16px rgba(113, 113, 113, 0.2);
}

.timeline-dot-current[b-yh8kg6ht1i] {
    background-color: var(--timeline-dot-bgcolor);
    border: var(--timeline-dot-border-width) solid var(--timeline-dot-border);
    outline: var(--timeline-dot-outline-width) solid var(--timeline-dot-outline);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.3), 0 0 30px rgba(255, 0, 0, 0.2);
}

.timeline-dot-completed[b-yh8kg6ht1i] {
    background-color: var(--timeline-dot-completed);
    border-color: var(--timeline-dot-completed-border);
    outline-color: var(--timeline-dot-completed-outline);
    box-shadow: 0 0 8px rgba(0, 255, 128, 0.3), 0 0 16px rgba(0, 255, 128, 0.2);
}


/* start custom container */
.custom-container[b-yh8kg6ht1i] {
    margin-block-start: 15px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding: 35px;
    border-radius: 15px;
}

@media (max-width: 576px) {
    .custom-container[b-yh8kg6ht1i] {
        width: 98%;
    }
}

@media (min-width: 576px) {
    .custom-container[b-yh8kg6ht1i] {
        width: 94%;
    }
}

@media (min-width: 768px) {
    .custom-container[b-yh8kg6ht1i] {
        width: 92%;
    }
}

@media (min-width: 992px) {
    .custom-container[b-yh8kg6ht1i] {
        width: 95%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .custom-container[b-yh8kg6ht1i] {
        width: 86%;
    }
}
/* end custom container */




.commodity[b-yh8kg6ht1i] {
    background-color: black;
    color: white;
    padding: 12px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.origin h3[b-yh8kg6ht1i], .destination h3[b-yh8kg6ht1i] {
    color: white;
    background-color: #E85215;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.origin p[b-yh8kg6ht1i], .destination p[b-yh8kg6ht1i] {
    font-size: 20px
}


.shipment-complete[b-yh8kg6ht1i] {

}



