@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/eCommPortal/Pages/eBooking/Booking.razor.rz.scp.css */
.containerIcon[b-xg380dpdyp] {
    font-size: 15px;
    opacity: 0.6;
    transition: 0.3s;
}

    .containerIcon:hover[b-xg380dpdyp] {
        cursor: pointer;
        text-decoration: underline;
        opacity: 1;
    }
/* _content/eCommPortal/Pages/eBooking/_ContainerGrid.razor.rz.scp.css */
.instruction-container[b-j15xeo741w] {
    max-height: 300px; /* Adjust height as needed */
    overflow-y: auto;
    border: 1px solid #ccc; /* Optional: add a border for visual separation */
    padding: 10px; /* Optional: add padding for content spacing */
}
/* _content/eCommPortal/Pages/HaulageBooking/Booking.razor.rz.scp.css */
.containerIcon[b-9ws4k2g6xx] {
    font-size: 13px;
}

.containerIcon:hover[b-9ws4k2g6xx] {
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
}
/* _content/eCommPortal/Pages/HaulageBooking/_ContainerGrid.razor.rz.scp.css */
/* _content/eCommPortal/Pages/Home.razor.rz.scp.css */
.cardContainer[b-d4h41imgdl] {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}

.widget-content[b-d4h41imgdl] {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}

.widget-content-outer[b-d4h41imgdl] {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.widget-content-wrapper[b-d4h41imgdl] {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.widget-content-right[b-d4h41imgdl] {
    margin-left: auto;
}

.widget-numbers[b-d4h41imgdl] {
    font-weight: bold;
    font-size: 1.8rem !important;
    display: block;
    color: #28a745 !important;
    cursor: pointer;
    text-decoration: none;
}

    .widget-numbers:hover[b-d4h41imgdl] {
        text-decoration: underline;
    }

.widget-sub-wrapper[b-d4h41imgdl] {
    margin-top: .5rem;
    width: 100%;
}

.sub-label[b-d4h41imgdl] {
    margin-top: .33333rem;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 1rem !important;
    color: black !important;
}

.sub-label-right[b-d4h41imgdl] {
    margin-left: auto;
    cursor: pointer;
}

    .sub-label-right:hover[b-d4h41imgdl] {
        text-decoration: underline;
    }
/* _content/eCommPortal/Pages/Home2.razor.rz.scp.css */
.cardContainer[b-kbvcblvc9z] {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}

.widget-content[b-kbvcblvc9z] {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}

.widget-content-outer[b-kbvcblvc9z] {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.widget-content-wrapper[b-kbvcblvc9z] {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.widget-content-right[b-kbvcblvc9z] {
    margin-left: auto;
}

.widget-numbers[b-kbvcblvc9z] {
    font-weight: bold;
    font-size: 1.8rem !important;
    display: block;
    color: #28a745 !important;
    cursor: pointer;
    text-decoration: none;
}

    .widget-numbers:hover[b-kbvcblvc9z] {
        text-decoration: underline;
    }

.widget-sub-wrapper[b-kbvcblvc9z] {
    margin-top: .5rem;
    width: 100%;
}

.sub-label[b-kbvcblvc9z] {
    margin-top: .33333rem;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 1rem !important;
    color: black !important;
}

.sub-label-right[b-kbvcblvc9z] {
    margin-left: auto;
    cursor: pointer;
}

    .sub-label-right:hover[b-kbvcblvc9z] {
        text-decoration: underline;
    }
/* _content/eCommPortal/Shared/Footer.razor.rz.scp.css */
.page-footer[b-bstw0th4pu] {
   display: flex;
   align-items: center;
   justify-content: flex-end /*space-between*/;
   text-align: center;
   padding-left: 20px;
   background-color: inherit;
   height: 1.5rem; /* 30px */
   max-height: 2rem; /* 30px */
   color: inherit;
   box-sizing: border-box;
   font-weight: 600;
   font-size: small;
   /*font-family: 'Segoe UI','Helvetica Neue',Helvetica,Verdana,sans-serif;*/
   /*justify-content: center;*/ /* Horizontally center the content */
   box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}

/*.bottom-row {
    background-color: inherit;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);*/
    /*border-top: 1px solid #d6d5d5;*/
    /*height: 2rem;
    max-height: 3.5rem;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
    justify-content: flex-end;
    font-size: 0.8rem;
}*/

    /*Select all a elements where parent is a .bottom-row*/
    /*.bottom-row > a {
        display: flex;
        color: inherit;*/ /*rgb(33, 37, 41);*/
        /*color and text-decor used to not show it as link*/
        /*text-decoration: none;*/
        /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
        /*font-size: 1.1rem;
    }*/
/* _content/eCommPortal/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-9gh6wwy9c2] {
   flex-grow: 0;
   flex-wrap: nowrap;
   border: none;
   background-color: inherit;
   border-radius: 0;
   height: 2.5rem; /* 3.5rem */
   min-height: 2.5rem; /* 3.5rem */
   box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
   justify-content: flex-start;
   /* margin-bottom: 0.3rem; */
}

.navbar.header-navbar.p-0[b-9gh6wwy9c2] {
  border-bottom: 1px groove #e3e3e36f;
}

.header-navbar .navbar-toggler[b-9gh6wwy9c2] {
   outline: none;
   border-radius: 0;
   padding-left: .5rem; /* .75rem; */
   padding-right: .5rem; /* .75rem; */
   box-shadow: none;
   align-self: stretch;
}

.header-navbar .navbar-button[b-9gh6wwy9c2] {
   outline: none;
   border-radius: 0;
   padding-left: .75rem;
   padding-right: .75rem;
   box-shadow: none;
   align-self: stretch;
   height: 2.5rem; /* 3.5rem */
   min-height: 2.5rem; /* 3.5rem */
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-9gh6wwy9c2] {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
   background-color: transparent !important;
   height: 1.5rem; /* 2rem */
   width: 1.5rem; /* 2rem */
}

.title[b-9gh6wwy9c2] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 450px) {
    .title[b-9gh6wwy9c2] {
        /*font-size: inherit;*/
        font-size: 0.5rem;
    }
}

#settingsbar[b-9gh6wwy9c2] {
   top: 2.5rem;
}

#userprofilebar[b-9gh6wwy9c2] {
    transition: height 200ms;
    position: absolute;
    right: 0;
    background-color: #fff; /*var(--light);*/
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.24);
    color: #666;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 !important;
    width: 250px;
    /*height: 300px;*/
    z-index: 30;
    overflow-y: visible;
    top: 2.5rem;
}

#userprofilebar.hidden-settings-bar[b-9gh6wwy9c2] {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

/* _content/eCommPortal/Shared/LandingPageLayout.razor.rz.scp.css */
.navbar.header-navbar[b-92dh29dc4a] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 2.5rem; /* 3.5rem */
    min-height: 2.5rem; /* 3.5rem */
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.title[b-92dh29dc4a] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    /*height: 30px;*/ /* Set this to match the height of the image */
}
    .title img[b-92dh29dc4a] {
        vertical-align: middle; /* This ensures the image is vertically centered in the line */
    }

@media (max-width: 450px) {
    .title[b-92dh29dc4a] {
        /*font-size: inherit;*/
        font-size: 12px;
    }
}

.box[b-92dh29dc4a] {
    width: 450px;
    height: auto;
    border-radius: 10px;
    background: rgba(255,255,255,0.8);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media (max-width: 450px) {
    .box[b-92dh29dc4a] {
        width: 350px;
    }
}

video[b-92dh29dc4a] {
    /*override other styles to make responsive*/
    width: 100%;
    height: 100%;
    object-fit: cover; /*This ensures the video fills the entire container */
}

.background-image[b-92dh29dc4a] {
    background-image: url('images/bg1.jpeg');
    background-size: cover; /* Cover the entire screen */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating the image */
    height: 100vh; /* Set height to 100% of the viewport height */
    width: 100vw; /* Set width to 100% of the viewport width */
}

.background-video[b-92dh29dc4a] {
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer[b-92dh29dc4a] {
    background-color: inherit;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    /*border-top: 1px solid #d6d5d5;*/
    height: 1.5rem; /* 2rem */
    max-height: 2rem; /* 3.5rem*/
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
    justify-content: flex-end;
    font-size: 0.8rem;
    color: inherit;
    box-sizing: border-box;
    font-weight: 600;
    font-size: small;
}
/* _content/eCommPortal/Shared/LookupDialog.razor.rz.scp.css */
.button-bold[b-7rpnmg5nvf] {
   font-weight: bold;
}

.button-edit[b-7rpnmg5nvf] {
   border-top-right-radius: 0em !important;
   border-bottom-right-radius: 0em !important;
}

.editor-button[b-7rpnmg5nvf] {
   border-top-left-radius: 0em !important;
   border-bottom-left-radius: 0em !important;
}

.alt-item > td[b-7rpnmg5nvf] {
   background-color: rgba(0, 0, 0, 0.05);
}

.header-bold span[b-7rpnmg5nvf] {
   font-weight: 700;
}
/* _content/eCommPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-o4vbx0su21] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-o4vbx0su21] .page-layout,
[b-o4vbx0su21] .page-layout > .dx-gridlayout-root,
[b-o4vbx0su21] .layout-item {
    background-color: var(--bs-body-bg);/*inherit;*/
}

[b-o4vbx0su21] .content {
    /*padding: 1.1rem 2rem 0 2rem;*/
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-o4vbx0su21] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-o4vbx0su21] .fit-width {
    max-width: 100%;
}

[b-o4vbx0su21] .mw-1100 {
    max-width: 1100px;
}

.footer[b-o4vbx0su21] {
    background-color: inherit;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    /*border-top: 1px solid #d6d5d5;*/
    height: 2rem;
    max-height: 3.5rem;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
    justify-content: flex-end;
    font-size: 0.8rem;
}
/* _content/eCommPortal/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-xg6afd2ifp] {
    min-width: 205px;
    /*max-width: 275px;*/
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: inherit;
    margin-right: 5px;
    padding-top: 10px;
}

.sidebar.collapse[b-xg6afd2ifp] {
    display: none;
}

.sidebar.expand[b-xg6afd2ifp] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-xg6afd2ifp] {
        display: none;
    }

    .sidebar.expand[b-xg6afd2ifp] {
        position: fixed;
        /*top: 3.5rem;*/
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-xg6afd2ifp] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-xg6afd2ifp] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-xg6afd2ifp] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-xg6afd2ifp] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
[b-xg6afd2ifp] .app-sidebar,
[b-xg6afd2ifp] .app-sidebar > .nav-pills,
[b-xg6afd2ifp] .app-sidebar > .nav-pills > .nav-item,
[b-xg6afd2ifp] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}

@media (max-width: 1199.98px) {
    [b-xg6afd2ifp] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
