/* _content/WMS.Blazor.UI/Pages/Component/AccountManagement/AccountDetailsEditScreen.razor.rz.scp.css */
.label-txt[b-bnmsyzn857] {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.input-txt-clr[b-bnmsyzn857] {
    border-radius: 0 !important;
    border: 1px solid #C4C4C4 !important;
}
/* _content/WMS.Blazor.UI/Pages/Component/Contacts/AddUpdateContact.razor.rz.scp.css */
body[b-vvac9d61zs] {
}
/* _content/WMS.Blazor.UI/Pages/Component/Contacts/Contacts.razor.rz.scp.css */
.edit-form[b-9yyw57uu0k] {
    padding-left: 50px;
}
/* _content/WMS.Blazor.UI/Pages/Component/Contacts/RemoveContact.razor.rz.scp.css */
body[b-m359vd4ket] {
}
/* _content/WMS.Blazor.UI/Pages/Component/Queries/Queries.razor.rz.scp.css */
.query-card[b-v6tnlqnn8d] {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .query-card.white[b-v6tnlqnn8d] {
/*        border: #ddd;*/
    }

    .query-card.grey[b-v6tnlqnn8d] {
        background-color: #f5f5f5; /* Light gray background for alternating effect */
        border: #f5f5f5;
    }

.query-row[b-v6tnlqnn8d] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

span[b-v6tnlqnn8d]{
    margin-right: 5px;
}

.query-details div[b-v6tnlqnn8d] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
/* _content/WMS.Blazor.UI/Pages/Component/ServiceAgreements/CancelServiceAgreement.razor.rz.scp.css */
.agreement[b-y330vh8a4j] {
    padding-left: 3%
}
/* _content/WMS.Blazor.UI/Pages/Component/Simulator/SimulatorResult.razor.rz.scp.css */
/*Unique styling form charges table*/
.charges-table[b-7t00jc6hhl] {
    max-width: 700px;
    margin: 50px auto;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    float: left;
    flex: 1;
}

    .charges-table h4[b-7t00jc6hhl] {
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 17px;
        color: #000; 
    }
    .charges-table h5[b-7t00jc6hhl] {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 17px;
        color: #000;
    }

    .charges-table p[b-7t00jc6hhl] {
        margin: 5px 0 15px;
        font-size: 17px;
        color: #555; 
    }

    .charges-table table[b-7t00jc6hhl] {
        width: 100%;
        border-collapse: collapse;
    }

    .charges-table td[b-7t00jc6hhl] {
        padding: 10px;
        font-size: 17px;
        vertical-align: top;
    }

.row-gray[b-7t00jc6hhl] {
    background-color: #F5F5F5;
}

.row-white[b-7t00jc6hhl] {
    background-color: #ffffff; 
}

.charges-table td:last-child[b-7t00jc6hhl] {
    text-align: right; 
}
/* _content/WMS.Blazor.UI/Pages/Component/TankManagement/RebookTankService.razor.rz.scp.css */
.input-datepicker[b-kr356j43a3] {
    width: 643px !important;
    height: 46px !important;
    border: 1px solid #C4C4C4;
    flex-shrink: 0;
}
input[type="month"]:focus[b-kr356j43a3] {
    outline: none;
}
/* _content/WMS.Blazor.UI/Pages/Component/TankManagement/TankCollection.razor.rz.scp.css */
/* Service Card Styles */
.service-row[b-yul2gtu4q0] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.service-item[b-yul2gtu4q0] {
    flex: 1;
    margin: 8px 8px 0 0;
}

    .service-item .value[b-yul2gtu4q0] {
        font-weight: bold;
    }
/* _content/WMS.Blazor.UI/Pages/Component/TankManagement/TankLocationDetails.razor.rz.scp.css */
.map-container img[b-pwr5jh15d4] {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.bottom-tanklist[b-pwr5jh15d4]
{
    margin-bottom:80px;
}
.tile[b-pwr5jh15d4] {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0px 1px 0px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .tile .tank-name[b-pwr5jh15d4] {
        flex: 1;
        text-align: left;
    }

    .tile .tank-info[b-pwr5jh15d4] {
        flex: 7;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tile .radio-button[b-pwr5jh15d4] {
        flex: 0;
        text-align: right;
    }

    .tile .model-number[b-pwr5jh15d4] {
        font-weight: bold;
    }
/* _content/WMS.Blazor.UI/Pages/Component/TankManagement/TankServiceHistory.razor.rz.scp.css */
/* Service Card Styles */
.service-cards[b-j5kkuajgji] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
    width: 100%;
}

.service-card[b-j5kkuajgji] {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    /*background-color: #fff;*/
}

    .service-card.white[b-j5kkuajgji] {
        background-color: #F5F5F5;
    }

    .service-card.grey[b-j5kkuajgji] {
        background-color: #fff;
    }

.service-row[b-j5kkuajgji] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.service-item[b-j5kkuajgji] {
    flex: 1;
    margin: 8px 8px 0 0;
}

    .service-item .value[b-j5kkuajgji] {
        font-weight: bold;
    }

/* Bottom Row and Links */
.bottom-row[b-j5kkuajgji] {
    align-items: center;
}

.job-card-link[b-j5kkuajgji] {
    text-decoration: none;
    color: #313131;
}

    .job-card-link:hover[b-j5kkuajgji] {
        text-decoration: underline;
    }

@media (max-width: 500px) {
}
/* _content/WMS.Blazor.UI/Shared/AcceptQuoteDialog.razor.rz.scp.css */
.modal-footer[b-8r9j3x7mdz] {
    justify-content: flex-end;
}

.abortive-hint[b-8r9j3x7mdz] {
    color: #7D7D7D;
    position: relative;
    left: -30px;
    display: inline-block;
}
/* _content/WMS.Blazor.UI/Shared/Breadcrumb.razor.rz.scp.css */
.topnav[b-27ptdy8ubr] {
    padding-left: 8%;
    color: white;
    background-color: #1266AE;
}

.nav-topnav[b-27ptdy8ubr] {
    min-height: 180px;
    background-color: #1266AE;
    margin-bottom: 4rem;
}

ol.breadcrumb[b-27ptdy8ubr] {
    padding-top: 12px;
    padding-left: 10px;
    list-style: none;
}

    ol.breadcrumb li[b-27ptdy8ubr] {
        display: flex;
        font-size: 19px;
        text-decoration: none;
        font-family: 'Figtree', sans-serif;
    }

        ol.breadcrumb li + li[b-27ptdy8ubr]:before {
            padding-left: 1px;
            padding-right: 1px;
            padding-top: 8px;
            color: white;
            content: ">";
        }

.simulator-heading[b-27ptdy8ubr] {
    color: white;
    font-size: large;
}

.breadcrumb-title[b-27ptdy8ubr] {
    padding-left: 26px;
    padding-top: 0px;
    margin-top: 0px;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 1000;
    font-size: 50px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

@media (max-width: 500px) {
    .breadcrumb-title[b-27ptdy8ubr] {
        padding-left: 10px !important;
        padding-top: 0px;
        margin-top: 0px;
        font-family: 'Figtree', sans-serif;
        font-style: normal;
        font-weight: 1000;
        font-size: 42px;
        color: #FFFFFF;
        letter-spacing: 1px;
    }
    .topnav[b-27ptdy8ubr] {
        margin-top: 20px;
        color: white;
        background-color: #1266AE;
        padding-left: 10px !important;
    }
    .nav-topnav[b-27ptdy8ubr] {
        margin-bottom: 2rem;
    }
    ol.breadcrumb[b-27ptdy8ubr] {
        padding-top: 12px;
        padding-left: 0px !important;
        list-style: none;
    }
}
/* _content/WMS.Blazor.UI/Shared/Footer.razor.rz.scp.css */
footer[b-nx12q0qsub] {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #1266AE;
    text-align:left;
    padding: 10px;
}

.footer-font[b-nx12q0qsub] {
    padding-left: 100px;
    color: white;
}

@media (max-width: 500px) {
    .footer-font[b-nx12q0qsub] {
        padding-left: 10px !important;
    }
}
/* _content/WMS.Blazor.UI/Shared/Header.razor.rz.scp.css */
.brand-name[b-zvd7rixbqt] {
    color: darkblue;
}

header[b-zvd7rixbqt] {
    height: 180px;
    width: 100%;
    top: 0;
}

.logo[b-zvd7rixbqt] {
    display: flex
}

img[b-zvd7rixbqt] {
    margin-right: 50px;
    padding: 10px;
    padding-left: 8%;
    height: 150px;
}
/* _content/WMS.Blazor.UI/Shared/Home.razor.rz.scp.css */
.grid-item[b-7w66zi7ewd] {
    text-align: left;
    padding: 8px 5px 10px 20px;
    margin: 5px 30px 5px 15px;
    overflow: hidden;
}

    .grid-item p[b-7w66zi7ewd] {
        font-size: 17px;
        margin-top: 30px;
    }

    .grid-item a[b-7w66zi7ewd] {
        text-decoration: underline;
        font-size: 30px;
        font-weight: 700;
        color: #1266AE;
    }

.grid-layout[b-7w66zi7ewd] {
    margin-left: 0;
}

.row[b-7w66zi7ewd] {
    margin-left: 0;
    padding-left: 0 !important;
}

.modal-overlay[b-7w66zi7ewd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-7w66zi7ewd] {
    background: white;
    padding: 20px;
    border-radius: 5px;
    width: 50%;
    text-align: center;
}

.modal-content button[b-7w66zi7ewd] {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    margin: auto;
}

.modal-content button:hover[b-7w66zi7ewd] {
    background: #0056b3;

}

@media screen (min-width: 576px) and (max-width: 768px) {
    .grid-item[b-7w66zi7ewd] {
        width: 231px;
        height: 36px;
        overflow: visible;
    }
}
/* _content/WMS.Blazor.UI/Shared/Loader.razor.rz.scp.css */
.loader[b-84ko01bbr1] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999 !important;
}

.spinner[b-84ko01bbr1] {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-84ko01bbr1 1s linear infinite;
}

@keyframes spin-b-84ko01bbr1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/WMS.Blazor.UI/Shared/MainLayout.razor.rz.scp.css */
/*main {
    margin-left: 8%;
    height: 100%
}
*/
.content-row[b-aox5vm3di9] {
    margin-left: 8%;
}

@media (max-width: 500px) {
    .row[b-aox5vm3di9] {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0px !important;
    }

    .content-row[b-aox5vm3di9] {
        max-width: 100%;
        margin-left: 0px !important;
    }
}
/* _content/WMS.Blazor.UI/Shared/MapComponents/AddressComponent.razor.rz.scp.css */

.search-container[b-jx7ubbqe8r] {
    position: relative;
}

.label-input[b-jx7ubbqe8r]{
    margin-bottom: 24px;
}

/* The search icon */
.search-icon[b-jx7ubbqe8r] {
    position: absolute;
    right: 10px; /* Position it on the right inside the input */
    top: 50%;
    transform: translateY(-50%); /* Center it vertically */
    font-size: 16px;
    color: #1266AE;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 30px;
}

    /* Add hover effect to the icon */
    .search-icon:hover[b-jx7ubbqe8r] {
        color: #1266AE;
    }
.checkbox-field[b-jx7ubbqe8r] {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* _content/WMS.Blazor.UI/Shared/PagePagination.razor.rz.scp.css */
.pagination[b-hrk4zj9fvz] {
    text-align: center;
    margin-top: 20px;
    justify-content: center;
}

    .pagination button[b-hrk4zj9fvz] {
        padding: 8px 16px;
        margin: 5px;
        cursor: pointer;
    }

#pageNumber[b-hrk4zj9fvz] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
}

.page-link[b-hrk4zj9fvz] {
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background: none;
    color: #1266AE;
}

    .page-link:hover[b-hrk4zj9fvz] {
        color: darkblue;
    }

    .page-link.disabled[b-hrk4zj9fvz] {
        color: gray;
        cursor: not-allowed;
        text-decoration: none;
        pointer-events: none;
    }
/* _content/WMS.Blazor.UI/Shared/SideNav.razor.rz.scp.css */
.sidebar-section[b-mmu3kgbfgn] {
    width: 100%;
    height: auto;
    z-index: 1;
    background: #eee;
    overflow: hidden;
    padding: 8px 15px;
    min-width: 150px;
}

    .sidebar-section a[b-mmu3kgbfgn] {
        padding: 15px 5px 15px 5px;
        text-decoration-line: none;
        color: #1266AE;
        font-weight: 400;
        font-size: 25px;
        display: block;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #D2D2D2
    }
        .sidebar-section a:hover[b-mmu3kgbfgn] {
            color: #064579;
        }

@media (max-width: 500px) {
    .sidebar-section[b-mmu3kgbfgn] {
        width: 351px;
        height: 620px;
        overflow: visible;
    }
}
/* _content/WMS.Blazor.UI/Shared/TopNavBar.razor.rz.scp.css */
.topnav[b-pq2c31g1m7] {
    justify-content: space-between;
    display: flex;
    padding-left: 8%;
    margin-bottom: 4rem;
    color: white;
    height: 180px;
    background-color: #1266AE;
}

ol.breadcrumb[b-pq2c31g1m7] {
    padding: 10px 16px;
    list-style: none;
}

    ol.breadcrumb li[b-pq2c31g1m7] {
        display: flex;
        font-size: 14px;
        text-decoration: none
    }

ol.breadcrumb li + li[b-pq2c31g1m7]:before {
    padding: 8px;
    color: white;
    content: ">";
}

.simulator-heading[b-pq2c31g1m7] {
    color: white;
    font-size: large;
}

/* _content/WMS.Blazor.UI/Shared/UploadEvidencePhoto.razor.rz.scp.css */
.remove-photo[b-waw9ynamtk] {
    display: inline-block;
    color: red;
    cursor: pointer;
    font-size: 20px;
}
.custom-upload[b-waw9ynamtk] {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.upload-button[b-waw9ynamtk] {
    flex-shrink: 0;
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #1266AE;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    min-width: 150px;
    max-width: 200px;
    font-size: 17px;
}

    .upload-button:hover[b-waw9ynamtk] {
        background-color: #0056b3;
    }

.file-name[b-waw9ynamtk] {
    color: #000000;
    font-size: 17px;
    font-family: Figtree, sans-serif;
    white-space: nowrap;
}

.file-size[b-waw9ynamtk] {
    font-size: 14px;
}

.file-hidden[b-waw9ynamtk] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}
/* _content/WMS.Blazor.UI/Shared/UploadTankPhoto.razor.rz.scp.css */
.custom-upload[b-j9o4a1eb3b] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.upload-button[b-j9o4a1eb3b] {
    flex-shrink: 0;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    min-width: 40px;
    max-width: 200px;
    font-size: 17px;
}

    .upload-button:hover[b-j9o4a1eb3b] {
        background-color: #0056b3;
    }

.file-name[b-j9o4a1eb3b] {
    color: #000000;
    font-size: 17px;
    font-family: Figtree, sans-serif;
}

.file-hidden[b-j9o4a1eb3b] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}


.remove-photo[b-j9o4a1eb3b] {
    color: red;
    cursor: pointer;
    font-size: 20px;
}

.file-name[b-j9o4a1eb3b],
.file-size[b-j9o4a1eb3b],
.remove-photo[b-j9o4a1eb3b] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Ensure the text doesn't overflow */
}

.file-hidden[b-j9o4a1eb3b] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

@media (max-width: 500px) {
    .custom-upload[b-j9o4a1eb3b] {
        flex-direction: column; /* Stack elements vertically on smaller screens */
    }

    .file-name[b-j9o4a1eb3b], .file-size[b-j9o4a1eb3b], .remove-photo[b-j9o4a1eb3b] {
        text-overflow: ellipsis;
    }
}
