@import '_content/GingerTurtle.Design/GingerTurtle.Design.bundle.scp.css';

/* /Layouts/NavBar.razor.rz.scp.css */
.navbar[b-yjsjfcxo2p] {
    background-color: white;
    border-bottom: 1px solid #ECECEC;
}

img[b-yjsjfcxo2p]{
    max-height: 50px;
    padding: 4px;
}

.app-title[b-yjsjfcxo2p]{
    font-weight: 500;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 18px;
}
/* /Pages/Auth/Swap/Widgets/CodeSwap.razor.rz.scp.css */

.login-wrapper[b-8iuo4cfo1f]{
    margin-top: 100px;
}

.brand[b-8iuo4cfo1f] {
    max-height: 80px;
}

.brand img[b-8iuo4cfo1f]{
    width: 100%;
    max-height: 80px;
}
/* /Pages/Enquiry/Base/EnquiryPageWrapper.razor.rz.scp.css */
.enquiry-wrapper[b-o4d8jt8g9m]{
    padding-bottom: 100px;
    background-color: white;
}
/* /Pages/Enquiry/Outlet/Questions/OutletPressureQuestion.razor.rz.scp.css */
.info-text-wrapper[b-mkplztsehc]{
    background-color: #fdf3f3;
    background-color: #54366e;
    color: #cac2d5;

    background-color: #fdf3f3;
    /* background-color: #54366e; */
    color: #54366e;
    font-size: 12px;
    line-height: 2;
    padding: 15px 10px;
    font-weight: 800;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 9px 0 rgba(58, 24, 89, 0.2);
    
/*
    color:#2b3133;
    color: #562873;

    color: #0083b3;
    color: #566266;
    color: #bd479a;
    color: #0070c9;
    color: #674186;
    color: #cac2d5;
    color: #bba9c7;
    color: #3d403d;
    color: #00adf2;
    color: #e21219;
    color: #6aca5a;
    color: #646664;
    color: #949899;
    color: #21395c;
    color: #737373;
    color: #566266;
    */

}


.info-text-wrapper li[b-mkplztsehc]{
    font-weight: 500;
}
/* /Pages/Results/Widgets/EnquirySummary.razor.rz.scp.css */
/* /Pages/Results/Widgets/GasModuleResult.razor.rz.scp.css */

.sale-wrapper[b-nrrtttfn0k] {
    background-color: var(--white);
    box-shadow: 0 6px 14px #e8ebee;
    display: grid;
    margin: 20px 0;
    gap: 10px 8px;
    border-radius: 6px;
    padding: 10px 15px;
}

.sale-card[b-nrrtttfn0k] {
    display: flex;
    border: 1px solid #e8ebee;
    border-radius: 5px;
    justify-items: center;
    align-content: center;
    color: #3d403d;
    width: 100%;
    min-height: 100px;
}

.price[b-nrrtttfn0k]{
    padding: 10px 10px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.price:not(:last-child)[b-nrrtttfn0k]
{
    border-right: 1px solid #e8ebee;
}


.highlight[b-nrrtttfn0k]{
    background-color: #fbf6fa;
}

.highlight.price[b-nrrtttfn0k]{
    color: #674186;
}


.amount[b-nrrtttfn0k]{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.price .description[b-nrrtttfn0k]{
    font-size: 12px;
}

.details-trigger[b-nrrtttfn0k]{
    width: 100%;
    text-align: right;
}
