@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* _content/SC_Website_Blazor/Pages/Agent/CommunicationHistory.razor.rz.scp.css */

.message-body[b-pkltr14i5m]{
    max-height: 75px; 
    text-overflow: ellipsis; 
    overflow: auto; 
}

.bulkButtonSection[b-pkltr14i5m] {
    background: #052B65;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #ccc; 
}

.message-card[b-pkltr14i5m] {
    margin-bottom: 10px;
}
.message-subject-scfs[b-pkltr14i5m]{
    color: #fff; 
}

.tableHeaderSort[b-pkltr14i5m] {
    cursor: pointer;
    text-decoration: underline;
}
/* _content/SC_Website_Blazor/Pages/Agent/CommunicationMessage.razor.rz.scp.css */

.historyTable[b-sn0kb4i07j] {
    width: 100%;
}

    .historyTable thead[b-sn0kb4i07j] {
        font-weight: bold;
        background-color: #052B65;
        color: #fff;
    }

    .historyTable tr:nth-child(even)[b-sn0kb4i07j] {
        background-color: #ccc;
    }
/* _content/SC_Website_Blazor/Pages/Employee/ContactEmployees.razor.rz.scp.css */
.message-name[b-n8jbxy0eqi] {
    color: black;
    cursor: pointer;
    font-weight: bold;
}

    .message-name:hover[b-n8jbxy0eqi] {
        color: red;
        animation: bounce-b-n8jbxy0eqi 1s infinite;
    }


/* when they're combined to be on the same line it breaks? */
.message-container[b-n8jbxy0eqi] {
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#messages[b-n8jbxy0eqi]{
    max-height: 700px;
    overflow: auto;
}

.message-container:hover[b-n8jbxy0eqi] {
    scrollbar-width: thin;
}

.departments-container[b-n8jbxy0eqi] {
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .departments-container:hover[b-n8jbxy0eqi] {
        scrollbar-width: thin;
    }

.message-section[b-n8jbxy0eqi] {
    height: 600px;
}

#message-textarea[b-n8jbxy0eqi] {
    resize: none;
    scrollbar-width: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 85%;
    margin: 15px auto; /* Center horizontally */
}


@keyframes bounce-b-n8jbxy0eqi {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}
/* _content/SC_Website_Blazor/Pages/Order/AddressNotFound.razor.rz.scp.css */
[b-nivfiw6rqn] #input-images input {
    color: red;
    font-size: 200px;
    background-color: red;
}

[b-nivfiw6rqn] .image-uploaded {
    object-fit: contain;
    max-height: 200px;
}

[b-nivfiw6rqn] input[type="file"]#input-images {
    display: none;
}

[b-nivfiw6rqn] .notes-text {
    width: 90%;
    margin: 0 auto;
}
[b-nivfiw6rqn] .center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:320px;
    max-width: 100%;
    margin-top:10px;
}
[b-nivfiw6rqn] .images-uploaded-header {
    font-size: 24px;
    text-align: center;
    @media (max-width: 600px) {
        font-size: 15px;[b-nivfiw6rqn]
    }
}
/* _content/SC_Website_Blazor/Pages/Order/AgentOrderDynamic/AgentOrderDynamic.razor.rz.scp.css */
/* _content/SC_Website_Blazor/Pages/Order/OrderVideoUpload.razor.rz.scp.css */
/* _content/SC_Website_Blazor/Pages/Public/Careers.razor.rz.scp.css */

/*General*/
h4[b-efndf6ppvl] {
    font-family: "Poppins-Bold",Arial,Helvetica,sans-serif;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #052b65;
    padding-bottom: 5px;
}

.scfs-alt-button[b-efndf6ppvl] {
    margin-top: 10px;
}

.clickableText[b-efndf6ppvl] {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

#workWithUs[b-efndf6ppvl] {
    padding-top: 50px;
}

.backdropRight[b-efndf6ppvl] {
    filter: drop-shadow(1.7vw -1.7vw rgba(79,181,253,.2))
}

/*Hero section*/

.heroSection[b-efndf6ppvl] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(79,181,253,.05);
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.divText[b-efndf6ppvl] {
    width: 50%;
    align-items: center;
    text-align: left;
    padding-left: 15%;
}

.divImage[b-efndf6ppvl] {
    width: 50%;
    align-items: center;
    text-align: right;
    padding-right: 15%;
}

    .divImage img[b-efndf6ppvl] {
        max-width: 100%;
        width: 500px;
        height: auto;
    }

@media(min-width:930px) {
    .divText[b-efndf6ppvl], .divImage[b-efndf6ppvl] {
        margin: 15px 1%;
        max-width: 500px
    }

    .divImage[b-efndf6ppvl] {
        padding-right: 0px;
    }

    .divText[b-efndf6ppvl] {
        padding-left: 0px;
    }
}


@media(max-width:930px) {
    .heroSection[b-efndf6ppvl] {
        flex-direction: column-reverse;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .divText[b-efndf6ppvl] {
        width: 80%;
        text-align: left;
        padding-right: 0px;
        padding-top: 50px;
    }

    .divImage[b-efndf6ppvl] {
        width: 100%;
        text-align: left;
        padding-right: 0px;
    }

        .divImage img[b-efndf6ppvl] {
            max-width: none;
            width: 100%;
        }

    .backdropRight[b-efndf6ppvl] {
        filter: none;
    }
}



/*Tiles*/
#div_info[b-efndf6ppvl] {
    padding-top: 0;
}

    #div_info .infoSection[b-efndf6ppvl] {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        margin: 0 10px;
        gap: 20px;
        align-items: center;
    }

@media (max-width: 930px) {
    #div_info .infoSection[b-efndf6ppvl] {
        flex-direction: column;
        align-items: center;
    }
}

#div_info .infoSectionItem[b-efndf6ppvl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    max-width: 500px;
    min-height: 200px;
}

    #div_info .infoSectionItem img[b-efndf6ppvl] {
        max-width: 100px;
        height: auto;
    }

#div_info .itemTitle[b-efndf6ppvl] {
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0;
}


/*POSTING*/

.postingSection[b-efndf6ppvl] {
    padding-top: 60px;
    padding-bottom: 80px;
}

.jobPostings[b-efndf6ppvl] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px;
}

.jobPosting[b-efndf6ppvl] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    height: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}


    .jobPosting:hover[b-efndf6ppvl] {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }


    .jobPosting h5[b-efndf6ppvl] {
        font-size: 18px;
        margin-bottom: 10px;
        color: #333;
    }


    .jobPosting p[b-efndf6ppvl] {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        max-height: 100px;
        overflow-y: auto;
        margin: 0;
    }
/* _content/SC_Website_Blazor/Shared/Layout/Footer.razor.rz.scp.css */
/*should embed using main.min.css for footer*/
/* _content/SC_Website_Blazor/Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-o0frar1bkz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o0frar1bkz] {
    flex: 1;
}

.top-row[b-o0frar1bkz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o0frar1bkz]  a, .top-row .btn-link[b-o0frar1bkz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-o0frar1bkz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-o0frar1bkz] {
        display: none;
    }

    .top-row.auth[b-o0frar1bkz] {
        justify-content: space-between;
    }

    .top-row a[b-o0frar1bkz], .top-row .btn-link[b-o0frar1bkz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o0frar1bkz] {
        flex-direction: row;
    }

    .sidebar[b-o0frar1bkz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o0frar1bkz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-o0frar1bkz], article[b-o0frar1bkz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SC_Website_Blazor/Shared/Layout/NavMenuBase.razor.rz.scp.css */
.dropdown-menu[b-214joknzkp] {
    top: 100%;
    left: 20%;
}

.nav-fake-link a:hover[b-214joknzkp], .nav-fake-link span:hover[b-214joknzkp] {
    text-decoration: underline;
}
/* _content/SC_Website_Blazor/Shared/SharedOrder/AddressNotFoundDetails.razor.rz.scp.css */
[b-466vxjb9r1] .form-header{
    font-size: 1.5rem;
    font-weight:bold;
}
/* _content/SC_Website_Blazor/Shared/SharedOrder/AgentOrderDynamic/FieldsComponent.razor.rz.scp.css */
/*I can't get this to work with the scss or min.css file so I had to duplicate the css here*/

.dynamic-form[b-simo5os7sx] {
    overflow-x: clip;
    body input[type=date], .time-inputs, .text-inputs

{
    all: unset;
    font-size: 16px;
    font-size: max(16px, 1em);
    font-family: inherit;
    padding: 10px;
    background-color: transparent;
    border-bottom: 2px solid #eaab29;
    width: 80%;
}

body input[type=date][b-simo5os7sx], .time-inputs[b-simo5os7sx] {
    width: 10%;
}

.text-inputs:focus[b-simo5os7sx] {
    background-color: transparent;
    outline: none; /* Remove the default focus outline */
    border: none;
    border-bottom: 2px solid #4fb5fd; /* Optional: Add a custom focus border */
}

.custom-radio[b-simo5os7sx] {
    accent-color: #4fb5fd;
}

.file-thing:hover[b-simo5os7sx] {
    cursor: pointer;
}

.modal-content[b-simo5os7sx] {
    z-index: 60002;
}

.custom-textarea[b-simo5os7sx] {
    all: unset;
    word-break: break-all;
    width: 100%;
    font-size: 16px;
    font-size: max(16px, 1em);
    font-family: inherit;
    padding: 10px;
    background-color: transparent;
    border: 2px solid #eaab29;
    width: 80%;
    border-radius: 2%;
}

.custom-textarea[b-simo5os7sx]::placeholder{
    font-size: 13px;
}

.custom-dropdown[b-simo5os7sx] {
    border-radius: 0px;
    font-size: max(16px, 1em);
    font-size: 16px;
    border: none;
    margin: 0px;
    padding: 10px;
    width: 90%;
    border-bottom: 2px solid #eaab29;
}

.centered-container[b-simo5os7sx] {
    display: flex;
    justify-content: center;
    width: 100%;
}



@media (max-width: 768px) {
    body input[type=date][b-simo5os7sx], .time-inputs[b-simo5os7sx], .text-inputs[b-simo5os7sx], .custom-textarea[b-simo5os7sx], .custom-dropdown[b-simo5os7sx] {
        width: 90%;
    }

    .button-collection[b-simo5os7sx] {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff; /* Optional: Set a background color */
        padding: 10px;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better visibility */
        z-index: 10000; /* Ensure it is above other elements */
    }
}
}
/* _content/SC_Website_Blazor/Shared/SharedOrder/AgentOrderHeader.razor.rz.scp.css */
.order-info-title[b-avnri9f8bg]{
    font-size: 20px;
    text-align: center;
}
.product-info-title[b-avnri9f8bg]{
    font-size: 15px;
    text-align: center;
}


@media{
    .order-info-title[b-avnri9f8bg]{
        font-size: 20px;
        text-align: left;
    }
    .product-info-title[b-avnri9f8bg]{
        font-size: 15px;
        text-align: left;
    }
}
/* _content/SC_Website_Blazor/Shared/SharedOrder/SupplmentalDocumentUpload/DocumentUploadComponent.razor.rz.scp.css */
/* _content/SC_Website_Blazor/Shared/SharedOrder/Video/VideoUploader.razor.rz.scp.css */
.video-card[b-6lzu1ebbok] {
    display: block;
}

.video-container[b-6lzu1ebbok] {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 60px;
    overflow-x: auto;
    width: 100%;
    scrollbar-color: #f9af53 transparent;
}

#inputFile[b-6lzu1ebbok] {
    cursor: pointer;
}

.video-player[b-6lzu1ebbok] {
    width: 100%;
    height: 200px;
    min-height: 200px;
}

.scroll-view[b-6lzu1ebbok] {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #f9af53 transparent;
}

@media only screen and (max-width: 600px) {
    .scroll-view[b-6lzu1ebbok] {
        height: 820px;
    }
}
