/* /Controls/MPAccordian.razor.rz.scp.css */
.mpAccordianHeader[b-ua2n91oh5u] {
    cursor: pointer;
}

.mpAccordianContent[b-ua2n91oh5u] {
    display: none;
    opacity: 0;
    animation: fadeOut-b-ua2n91oh5u 0.6s;
}

.mpAccordianContentVisibe[b-ua2n91oh5u] {
    display: initial !important;
    animation: fadeIn-b-ua2n91oh5u 0.6s;
    opacity: 1;
}

@keyframes fadeOut-b-ua2n91oh5u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn-b-ua2n91oh5u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.chevronAnitmate[b-ua2n91oh5u] {
    transition-duration: 0.6s;
    transition-property: transform;
}
/* /Controls/MPAddressSearch.razor.rz.scp.css */
/* /Controls/MPDateInput.razor.rz.scp.css */
/* /Controls/MPDateTimeInput.razor.rz.scp.css */
.mpDateTimeInputWrapper[b-83yo83opn1] {
    display: grid;
    grid-column-gap: 0.5vw;
    grid-template-columns: max-content max-content;
}
/* /Controls/MPLockUnLock.razor.rz.scp.css */
*[b-mhn91ju2zr],
[b-mhn91ju2zr]::after,
[b-mhn91ju2zr]::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-mhn91ju2zr] {
    --bg: hsl(201, 27%, 10%);
}

body[b-mhn91ju2zr] {
    height: 100vh;
    background: var(--bg);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    position: relative;
}

#mpLock[b-mhn91ju2zr] {
    width: 22px;
    height: auto;
    position: relative;
    cursor: pointer;
}

    #mpLock path[b-mhn91ju2zr] {
        transition: all 0.5s ease-in-out;
    }

        #mpLock path#body[b-mhn91ju2zr] {
            fill: #FF6961;
        }

        #mpLock path#hook[b-mhn91ju2zr] {
            stroke: #FF6961;
            stroke-dasharray: 30;
            stroke-dashoffset: 5;
            fill: none;
        }

    #mpLock.green path#body[b-mhn91ju2zr] {
        fill: green;
    }

    #mpLock.green path#hook[b-mhn91ju2zr] {
        stroke: green;
        stroke-dasharray: 20;
    }
/* /Controls/MPModal.razor.rz.scp.css */
.mpModalTitle[b-gypm8p0oif] {
    text-align: center;
}


.mpModalContent[b-gypm8p0oif] {
    color: red;
}

.mpModalMinimizeButton[b-gypm8p0oif] {
    background-color: transparent;
    border: none;
}

.animationFadeIn[b-gypm8p0oif] {
    animation-duration: 0.6s;
    animation-name: fadeIn-b-gypm8p0oif;
}

@keyframes fadeIn-b-gypm8p0oif {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animationFadeOut[b-gypm8p0oif] {
    animation-duration: 0.6s;
    animation-name: fadeOut-b-gypm8p0oif;
}

@keyframes fadeOut-b-gypm8p0oif {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.model-body:focus[b-gypm8p0oif] {
    background-color: red;
}
/* /Controls/MPRadio.razor.rz.scp.css */
.mpYesNoWrapper[b-4ux90o51wj] {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    grid-column-gap: 0.5vw;
}
/* /Controls/MPToggleButton.razor.rz.scp.css */
.mpTBWrapper[b-ap5miuf274] {
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 30px 5px 30px;
    height: 30px;
    width: max-content;
}

.mpTBSubWrapper[b-ap5miuf274] {
    background-color: lightgray;
}

.mpTBLeftWrapper[b-ap5miuf274] {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.mpTBCentreWrapper[b-ap5miuf274] {
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}

.mpTBRightWrapper[b-ap5miuf274] {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.mpTBButton[b-ap5miuf274] {
    border-radius: 50%;
    height: 26px;
    width: 26px;
    margin-left: 36px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: grey;
    position: absolute;
    float: right;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
}

    .mpTBButton > span[b-ap5miuf274] {
        color: white;
    }

.mpButtonDisabled[b-ap5miuf274] {
    cursor: initial;
}

.mpTBButtonSelected[b-ap5miuf274] {
    margin-left: 1px;
    background-color: forestgreen;
}

.mpTBSubWrapperSelected[b-ap5miuf274] {
    background-color: darkgreen;
}
/* /Controls/MPUserIcon.razor.rz.scp.css */
.mpUserWrapper[b-9vvkkkvbrc] {
    
}

    .mpUserWrapper > img[b-9vvkkkvbrc] {
        border-radius: 50%;
        height: 5vh;
    }

    .mpUserWrapper > span[b-9vvkkkvbrc] {
        height: 5vh;
        width: 5vh;
        border: solid 1px lightgrey;
        border-radius: 50%;
        text-align: center;
        align-content: center;
        font-size: xx-large;
    }

    .mpUserWrapper > div[b-9vvkkkvbrc] {
        height: 5vh;
        width: 5vh;
        text-align: center;
        align-content: center;
        font-size: x-large;
    }
/* /Pages/Authentication/FirstTimeLogin.razor.rz.scp.css */
.codeWrapper[b-txpcsghxdu] {
    width: 100%;
    height: 100%;
}

.codeContainer[b-txpcsghxdu] {
    width: 25vw;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 0.25rem;
    animation: codeCont-b-txpcsghxdu 2s forwards;
    opacity: 0;
    top: 20vh;
    position: fixed;
    transform: translateX(150%);
    background-color: #FFFFFF;
}

@keyframes codeCont-b-txpcsghxdu {
    100% {
        opacity: 1;
    }
}
/* /Pages/Authentication/LoginPage.razor.rz.scp.css */
.loginWrapper[b-s13wfvqrk3] {
    width: 100%;
    height: 100%;
}

.loginContainer[b-s13wfvqrk3] {
    width: 25vw;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 0.25rem;
    animation: loginCont-b-s13wfvqrk3 2s forwards;
    opacity: 0;
    top: 20vh;
    position: fixed;
    transform: translateX(150%);
    background-color: #FFFFFF;
}

    .loginContainer > img[b-s13wfvqrk3] {
        width: 50%;
        margin-bottom: 3vh;
    }

@keyframes loginCont-b-s13wfvqrk3 {
    100% {
        opacity: 1;
    }
}

.errorWrapper[b-s13wfvqrk3] {
    color: #FF6961;
    font-weight: 700;
}
/* /Pages/Index.razor.rz.scp.css */
.homeWrapper[b-gi1ovumkm9] {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.navButton[b-gi1ovumkm9] {
    border: none;
    width: 10vw;
    height: 10vw;
    border-radius: 0.25rem;
}

.navButton > span[b-gi1ovumkm9] {
    font-size: 75pt;
}

.navButton > div[b-gi1ovumkm9] {
    font-size: 25pt;
}
/* /Pages/LicenceChecks/LicCheck.razor.rz.scp.css */
.licMainWrapper[b-xxwsb5e3p1] {
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    width: 40vw;
    padding: 10px;
    max-height: 97vh;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    border-radius: 0.25rem;
}

h1[b-xxwsb5e3p1] {
    font-size: 20pt;
    color: #031360;
}

h2[b-xxwsb5e3p1] {
    font-size: 16pt;
    color: #031360;
}

.licMainBase[b-xxwsb5e3p1] {
    width: 100vw;
    height: 100vh;
}

.licBaseORA[b-xxwsb5e3p1] {
    background: rgb(3,19,96);
    background: linear-gradient(135deg, rgba(3,19,96,1) 0%, rgba(80,15,239,1) 66%, rgba(34,6,102,1) 100%);
}

.driverCheckLogo[b-xxwsb5e3p1] {
    width: 25%;
 }

.licLoginWrapper > img[b-xxwsb5e3p1] {
    width: 20%;
    align-self: end;
}

.hRow[b-xxwsb5e3p1] {
    color: #1531e5;
    height: 3px;
    margin-top: 0;
}

.licRefInput[b-xxwsb5e3p1] {
    text-align: center;
    color: #220666;
    font-weight: 700;
    font-size: 1rem;
}

.licInfoCheck[b-xxwsb5e3p1] {
    font-weight: 700;
}

.licDetails[b-xxwsb5e3p1] {
    margin-top: 1vh;
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: rgb(142,198,244) solid 3px;
    /*border: 2px solid linear-gradient(90deg, rgba(142,198,244,1) 5%, rgba(159,180,255,1) 51%, rgba(195,178,249,1) 100%);*/
    text-align: center;
    color: #220666;
    padding: 1vh;
    font-size: 1.6vh;
    
}




.pWrapper[b-xxwsb5e3p1] {
    text-align: left;
    margin-top: 1vh;
    margin-bottom: 1vh;
    color: #220666;
    padding-left: 1vw;
    padding-right: 1vw;
}

.pDeclaration[b-xxwsb5e3p1] {
    font-weight: 700;
    text-align: center;
    
    color: #220666;
    margin-bottom: 2vh;
}

.pConfirmationWrapper[b-xxwsb5e3p1] {
    font-weight: 700;
    justify-content: center;
    color: #220666;
    display: flex;
}


i[b-xxwsb5e3p1] {
    font-weight: 700;
    font-size: 10pt;
}

.checkFontNotChecked[b-xxwsb5e3p1] {

    font-size: 18pt;
    cursor: pointer;
}

.checkFontChecked[b-xxwsb5e3p1] {
    font-size: 18pt;
    color: #220666;
    cursor: pointer;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {

    .licMainWrapper[b-xxwsb5e3p1] {
        width:99%;

    }
    .licDetails[b-xxwsb5e3p1] {
        width: 90vw;
        font-weight: 700;
      
    }

    .pWrapper[b-xxwsb5e3p1] {
        text-align: left;
        font-size: 0.8rem;
    }

    h1[b-xxwsb5e3p1] {
        font-size: 1.2rem;
    }
    h2[b-xxwsb5e3p1] {
        font-size: 1rem;
    }

    .pDeclaration[b-xxwsb5e3p1] {
        font-size: 0.9rem;
    }

    .pConfirmationWrapper[b-xxwsb5e3p1] {
        font-size: 0.9rem;
    }

    .driverCheckLogo[b-xxwsb5e3p1] {
        width: 50%;
    }

    

}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 768px) and (orientation : portrait) {

    .driverCheckLogo[b-xxwsb5e3p1] {
       width: 30%;
    }
}
/* /Pages/MoboDims/MoboDims.razor.rz.scp.css */
.mainWrapper[b-jmu606f8nb] {
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    width: 50vw;
    padding: 10px;
    max-height: 97vh;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    border-radius: 0.25rem;
}

.mainSubWrapper[b-jmu606f8nb] {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.mainBase[b-jmu606f8nb] {
    width: 100vw;
    height: 100vh;
}

.header[b-jmu606f8nb] {
    grid-template-columns: auto auto;
}

    .header > img[b-jmu606f8nb] {
        max-height: 80px;
        height: fit-content;
        justify-self: end;
    }

.btnMain[b-jmu606f8nb] {
    background-color: #f4f4f4;
    border: 1px solid #0068b5;
    border-radius: 0.25rem;
}

.buttonWrapper[b-jmu606f8nb] {
    grid-template-columns: auto auto;
    text-align: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh;
}

.buttonWrapperYesNo[b-jmu606f8nb] {
    grid-template-columns: auto auto;
    text-align: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.buttonWrapperYesNoMain[b-jmu606f8nb] {
    grid-template-columns: auto auto;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.ctaDimButton[b-jmu606f8nb] {
    border-color: #0038a4;
    background-color: #0038a4;
    color: #fff;
    width: 100%;
}

.wcImage[b-jmu606f8nb] {
    max-height: 40vh;
    place-self: center;
}

@media only screen and (max-width : 667px) {
    .mainWrapper[b-jmu606f8nb] {
        width: 95vw;
    }

    .header > img[b-jmu606f8nb] {
        max-height: 50px
    }

    p[b-jmu606f8nb] {
        font-size: 4vw;
    }

    label[b-jmu606f8nb] {
        font-size: 4vw;
    }
}

.completeWrapper[b-jmu606f8nb] {
    display: grid;
    align-self: center;
}

    .completeWrapper > span[b-jmu606f8nb] {
        font-size: xx-large;
        color: green;
    }

.isPoweredPicked[b-jmu606f8nb] {
    opacity: 0.5;
}

.stagePage[b-jmu606f8nb] {
    padding-top: 1vh;
    padding-left: 1vw;
    font-size: 3vh;
    color: #0038a4;
    align-self: center;
}

.btnWrapper[b-jmu606f8nb] {
    grid-template-columns: auto auto;
}

.measurmentInputWrapper[b-jmu606f8nb] {
    grid-template-columns: max-content max-content;
    place-self: center;
}

    .measurmentInputWrapper > label[b-jmu606f8nb] {
        align-self: center;
    }

    .measurmentInputWrapper > input[b-jmu606f8nb] {
        width: 100px !important;
    }

.isPoweredButtonWrapper[b-jmu606f8nb] {
    grid-template-columns: max-content max-content;
    justify-content: center;
    margin-bottom: 2vh;
}

.fadeIn[b-jmu606f8nb] {
    animation: aniFadeIn-b-jmu606f8nb 0.25s forwards;
}

@keyframes aniFadeIn-b-jmu606f8nb {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeOut[b-jmu606f8nb] {
    animation: aniFadeOut-b-jmu606f8nb 0.25s forwards;
}

@keyframes aniFadeOut-b-jmu606f8nb {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

input[b-jmu606f8nb]::placeholder {
    font-style: italic;
    color: lightgrey;
}

.wcWeightWrapper[b-jmu606f8nb] {
    grid-template-columns: max-content max-content;
    align-items: center;
}

    .wcWeightWrapper > input[b-jmu606f8nb] {
        width: 100px;
    }
/* /Pages/PaymentPortal/CLPaymentPortal.razor.rz.scp.css */
.ppBaseWrapper[b-8firugjzgn] {
    width: 25vw;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: max-content;
}

.ppLoginWrapper > img[b-8firugjzgn] {
    width: 50%;
    justify-self: right;
    margin-bottom: 3vh;
}

@keyframes loginCont-b-8firugjzgn {
    100% {
        opacity: 1;
    }
}

.ppConfirmDetailsWrapper[b-8firugjzgn] {
}

    .ppConfirmDetailsWrapper > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 3vh;
    }

.ppNotRegoc[b-8firugjzgn] {
}

    .ppNotRegoc > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 3vh;
    }

.ppTandCs[b-8firugjzgn] {
    max-height: 80vh;
    overflow: auto;
}

    .ppTandCs > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 3vh;
    }

.ppCardDetails[b-8firugjzgn] {
    grid-template-columns: auto auto auto;
    align-items: center;
}

    .ppCardDetails > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 1vh;
        grid-column: span 3;
    }

@media only screen and (max-width : 667px) {
    .ppBaseWrapper[b-8firugjzgn] {
        width: 85vw;
    }

    .cardHolderDetailLabel[b-8firugjzgn] {
        grid-column: span 3;
        font-weight: 600;
    }

    .opayoLogos[b-8firugjzgn] {
        width: 30% !important;
    }

    .ppCardDetails[b-8firugjzgn] {
        max-height: 98%;
        overflow:auto;
        font-size: 0.8rem;
    }
    .ppConfirmation[b-8firugjzgn] {
        font-size: 0.9rem;
    }
    .ppComplete[b-8firugjzgn] {
        font-size: 0.9rem;
    }
    

}

@media only screen and (max-width : 1280px) {

    .regPlate[b-8firugjzgn] {
        min-width: 50%;
        min-height: 72%;
    }
    .ppCardDetails[b-8firugjzgn] {
        min-height: 95%;
        overflow:auto;
        font-size: 0.9rem;
    }
    .cardTypes[b-8firugjzgn] {
        max-width: 50%;
    }
}

.ppMainBase[b-8firugjzgn] {
    width: 100vw;
    height: 100vh;
}

.ppShow[b-8firugjzgn] {
    transition: all 1s ease-in-out;
    opacity: 1;
}

.ppHide[b-8firugjzgn] {
    transition: all 1s ease-in-out;
    opacity: 0;
}

.ppBillingAddress[b-8firugjzgn] {
    grid-template-columns: auto auto;
}

    .ppBillingAddress > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 1vh;
        grid-column: span 3;
    }

.typeManually[b-8firugjzgn] {
    grid-column: span 2;
    cursor: pointer;
    text-decoration: underline;
}

.ppConfirmation[b-8firugjzgn] {
    font-size: 0.9rem;
}

    .ppConfirmation > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 1vh;
    }

.ppSaving[b-8firugjzgn] {
    justify-items: center;
}

    .ppSaving > span[b-8firugjzgn] {
        position: relative;
        font-size: 50pt;
        color: #198754;
    }


.ppanimated-check[b-8firugjzgn] {
    height: 5em;
    width: 5em
}

    .ppanimated-check path[b-8firugjzgn] {
        fill: none;
        stroke: #7ac142;
        stroke-width: 4;
        stroke-dasharray: 23;
        stroke-dashoffset: 23;
        animation: ppDraw-b-8firugjzgn 0.5s linear forwards;
        stroke-linecap: round;
        stroke-linejoin: round
    }

@keyframes ppDraw-b-8firugjzgn {
    to {
        stroke-dashoffset: 0
    }
}

.ppComplete[b-8firugjzgn] {
}

    .ppComplete > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 1vh;
        grid-column: span 3;
    }

.proxBand[b-8firugjzgn] {
    width: 100% !important;
}

.infoCheck[b-8firugjzgn] {
    font-weight: 700;
}

.vehicleDetails[b-8firugjzgn] {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 3vh;
}

.instructionLink[b-8firugjzgn] {
    color: darkblue;
    text-align: center;
    font-size: 0.8rem;
    cursor: pointer;
}

h1[b-8firugjzgn] {
    font-size: 1.2rem;
}

p[b-8firugjzgn] {
}

.cardHolderDetailLabel[b-8firugjzgn] {
    grid-column: span 3;
    font-weight: 600;
}

.opayoLogos[b-8firugjzgn] {
    width: 30% !important;
}
.cardTypes[b-8firugjzgn] {
    width: 43%!important;
    margin-left: 3vw;
 
}

.regPlate[b-8firugjzgn] {
    border: 3px solid black;
    width: 9vw;
    height: 5vh;
    background-color: #ffc107;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    position: relative;
    font-size: 3vh;
    padding-top: 0.1rem;
}

.refInput[b-8firugjzgn] {
    text-align: center;
    color: #0038a4;
    font-weight: 700;
    font-size: 1rem;
}

.ctaPayButton[b-8firugjzgn] {
    border-color: #0038a4;
    background-color: #0038a4;
    color: #fff;
    width: 100%;
}

.btnWrapper[b-8firugjzgn] {
    grid-template-columns: auto auto;
}


.btnMain[b-8firugjzgn] {
    background-color: #f4f4f4;
    border: 1px solid #0068b5;
    border-radius: 0.25rem;
}

.ppValidationFailed[b-8firugjzgn] {
    border-width: thick;
}
/* /Pages/Settings/SettingsAccessManagement.razor.rz.scp.css */
.amWrapper[b-doiddmux30] {
    grid-template-columns: 33% 33% 33%;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    height: 90vh;
    overflow: hidden;
}

.amTable[b-doiddmux30] {
    overflow: auto;
    height: 10vh;
}

.newGroupWrapper[b-doiddmux30] {
    grid-template-columns: max-content max-content;
    width: max-content;
    text-align: left;
}

.amHeaders[b-doiddmux30] {
    grid-template-columns: max-content max-content;
    width: 100%;
}

.editAssignmentsWrapper[b-doiddmux30] {
    grid-template-columns: max-content max-content;
    text-align: left;
    width: max-content;
}
/* /Pages/Settings/SettingsLanding.razor.rz.scp.css */
.landingWrapper[b-okon9a8hqn] {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.settingsButon[b-okon9a8hqn] {
    width: 5vw;
    padding: 20px;
    font-size: large;
    background-color: #ffffff;
    border: none;
    border-radius: 1.0rem;
}

    .settingsButon:hover[b-okon9a8hqn] {
        background-color: lightgray;
    }

    .settingsButon > span[b-okon9a8hqn] {
        font-size: x-large;
    }

/* /Pages/Settings/SettingsLogin.razor.rz.scp.css */
.loginWrapper[b-vny2jhtn6m] {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    height: 90vh;
}

.loginHeaderWrapper[b-vny2jhtn6m] {
    grid-template-columns: max-content max-content max-content;
}

.loginEditModal[b-vny2jhtn6m] {
    grid-template-columns: max-content max-content;
}
/* /Pages/WhatsApp/Controls/WhatsAppMessageMessage.razor.rz.scp.css */
.msgWrapper[b-epogz0qos4] {
    height: max-content;
    padding: 5px;
    position: relative;
}

.msgFrom[b-epogz0qos4] {
    border-radius: 15px 15px 15px 15px;
    background-color: #fff;
    padding-left: 1vw;
    padding-top: 0.5vh;
    border: 1px solid lightgray;
    box-shadow: 0px 1px 5px lightgray;
}

/*  .msgFrom:before {
        content: "";
        width: 0px;
        height: 0px;
        position: relative;
        border-left: 15px solid transparent;
        border-right: 15px solid #fff;
        border-top: 15px solid #fff;
        border-bottom: 15px solid transparent;
        right: 36px;
        top: -5px;
    }*/

.msgTo[b-epogz0qos4] {
    border-radius: 15px 15px 15px 15px;
    background-color: #dcf8c6;
    padding-left: 1vw;
    padding-top: 0.5vh;
    border: 1px solid lightgray;
    box-shadow: 0px 1px 5px lightgray;
}

    .msgTo[b-epogz0qos4]:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 15px solid #dcf8c6;
        border-right: 15px solid transparent;
        border-top: 15px solid #dcf8c6;
        border-bottom: 15px solid transparent;
        right: -16px;
        top: 0px;
    }



.msgTooltipBox[b-epogz0qos4] {
    visibility: hidden;
}

.msgtooltip .msgtooltiptext[b-epogz0qos4] {
    visibility: hidden;
    width: max-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    z-index: 1;
    bottom: 125%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    left: 50%;
    padding: 10px;
    text-align: left;
    position: absolute;
}

.msgtooltip:hover .msgtooltiptext[b-epogz0qos4] {
    visibility: visible;
    opacity: 1;
}

.msgInfoWrapper[b-epogz0qos4] {
    grid-template-columns: max-content max-content;
    grid-template-rows: max-content max-content;
}

.sendRecInfo[b-epogz0qos4] {
    font-style: italic;
    color: #636363;
    display: flex;
    gap: 1vw;
    justify-self: right;
    font-size: 10pt;
}

.mediaImage[b-epogz0qos4] {
    grid-template-columns: repeat(auto-fill, minmax(15vw, 1fr));
}

    .mediaImage > div >  img[b-epogz0qos4] {
        width: 100%;
        border-radius: 0.25rem;
        cursor: pointer;
        max-height: 1000px;
    }

    .mediaImage > video[b-epogz0qos4] {
        border-radius: 0.25rem;
        width: 250%;
    }

.mediaSpinner[b-epogz0qos4] {
    color: #dcf8c6;
}

.downloadLink[b-epogz0qos4] {
    float: right;
    margin-right: 1vw;
}

.filePDF[b-epogz0qos4] {
    color: #FF0000;
}

.fileWord[b-epogz0qos4] {
    color: #002366;
}

.fileExcel[b-epogz0qos4] {
    color: #008000;
}

.fileOther[b-epogz0qos4] {
    color: #FDB900;
}

.file[b-epogz0qos4] {
    font-size: xxx-large;
    cursor: pointer;
}

.imgBlur[b-epogz0qos4] {
    filter: blur(0.5rem);
}

.imageWrapper[b-epogz0qos4] {
    position: relative;
}

    .imageWrapper > span[b-epogz0qos4] {
        position: absolute;
        left: 40%;
        top: 25%;
        color: white;
        font-weight: 700;
        font-size:  xxx-large;
        cursor: pointer;
    }

    .imageWrapper > label[b-epogz0qos4] {
        position: absolute;
        top: 50%;
        left: 10%;
        color: white;
    }
/* /Pages/WhatsApp/Controls/WhatsAppMessageStatus.razor.rz.scp.css */
/* /Pages/WhatsApp/WhatsAppChatPage.razor.rz.scp.css */
.whatsappChatWrapper[b-19altd4ud3] {
    grid-template-columns: 20% auto 15%;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    height: 85vh;
    grid-column-gap: 1vw;
}

.chatsWrapper[b-19altd4ud3] {
    overflow: auto;
    height: 82vh;
}

.whatsAppChatCard[b-19altd4ud3] {
    width: 95%;
    grid-template-columns: auto auto 5%;
    height: 105px;
    border: 1px solid lightgrey;
    box-shadow: 0px 1px 5px lightgray;
    border-radius: 0.25rem;
    padding: 5px;
    margin: 1px;
    grid-column-gap:0.5vw;
}

    .whatsAppChatCard:hover[b-19altd4ud3] {
        cursor: pointer;
        background-color: lightgrey;
    }

    .whatsAppChatCard.unread[b-19altd4ud3] {
        border-color: #128275;
        border-width: 4px;
        box-shadow: 0px 1px 7px #25d366;
    }

.whatsAppChatCardRef[b-19altd4ud3] {
    grid-column: span 2;
    text-align: right;
    font-style: italic;
    font-size: small;
}

.chatCardInfo[b-19altd4ud3] {
    text-align: right;
    font-style: italic;
    font-size: 10pt;
    color: #636363;
}

.chatCardMsg[b-19altd4ud3] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 1vw;
    
}

.clientInfoWrapper[b-19altd4ud3] {
    background-color: #075e54;
    color: #ffffff;
    overflow: auto;
    padding: 5px;
    border-radius: 0.25rem;
    height: 81vh;
    grid-template-rows: 70% 30%;
}

.clientInfoHeader[b-19altd4ud3] {
    font-weight: bold;
    font-size: 14pt;
}

.clientInfoIcons[b-19altd4ud3] {
    margin-right: 1vw;
}

.messageWrapper[b-19altd4ud3] {
    grid-template-rows: 62vh 20vh;
}

.chatWrapper[b-19altd4ud3] {
    grid-template-columns: 20% 54% 20%;
    overflow: auto;
    grid-auto-rows: max-content;
    border: solid 2px #075e54;
    padding: 1vh;
    padding-left:2vw;
    background-color: #ece5dd;
}

.chatEditorWrapper[b-19altd4ud3] {
    grid-template-columns: 83% 7% 7%;
    align-items: center;
}

.pillTextArea[b-19altd4ud3] {
   
    border-radius: 100px;
    box-shadow: 0px 1px 5px lightgray;
    border: 1px solid lightgray;
    padding-left: 34px;
    padding-right:34px;
    padding-top: 1vh;
    transition: 0.5s;
}

    .pillTextArea:focus[b-19altd4ud3] {
        outline: none;
    }

  
.textBox[b-19altd4ud3] {
    border:none;
    width: 100%;
    outline: none;
}


.sendButton[b-19altd4ud3] {
    border: none;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    background-color: #25d366;
    color: white;
}

.sendButton > span[b-19altd4ud3] {
    font-size: x-large;
}

.heartValueImg[b-19altd4ud3] {
    height: 100px;
    justify-self: right;
    position: fixed;
    right: 3%;
    bottom: 5%;
}

.attachmentButton[b-19altd4ud3] {
    border: none;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    background-color: #ece5dd;
    color: white;
}

    .attachmentButton > span[b-19altd4ud3] {
        font-size: x-large;
    }

.attachments[b-19altd4ud3] {
    grid-column: span 3;
    display: flex; 
    gap: 1vw;
}

.attachmentWrapper[b-19altd4ud3] {
    grid-template-columns: max-content max-content;
    align-items: center;
}

.infoWrapper[b-19altd4ud3] {
    grid-template-columns: max-content auto;
    align-items: center;
}

.infoWrapper > label[b-19altd4ud3]{
    text-align: right;
}

.waLogoWrapper[b-19altd4ud3] {
    grid-row: span 2;
    position: relative;
}

.waLogoWrapper > label[b-19altd4ud3]  {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    background-color: #dcf8c6;
    border-radius: 50%;
    height: 20px;
    text-align: center;
    font-weight: 700;
}

.waLogo[b-19altd4ud3] {
    font-size: xx-large;
    color: #25d366;
}
/* /Pages/WhatsApp/WhatsAppLanding.razor.rz.scp.css */
.whatsappLandingWrapper[b-kryj7yxu9i] {
    grid-template-columns: max-content max-content max-content max-content;
    margin-left: 3vw;
    margin-right: 1vw;
    height: 88vh;
    display: grid;
    margin-top: 2vh;
    border: 2px darkgreen solid;
}

.refresh[b-kryj7yxu9i] {
    width: 3vw;
}

    .refresh > span[b-kryj7yxu9i] {
        border-left: none !important;
    }

.whatsAppReminder[b-kryj7yxu9i] {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content max-content;
    border: 2px solid darkgreen;
    font-size: 20pt;
    padding: 3vw;
    height: 50vh;
    margin-top: 4vh;
    margin-right: 3vw;
}

.reminderTable[b-kryj7yxu9i] {
    border-left: darkgray 2px solid;
    padding: 2vh;
    border-bottom: darkgray solid 2px;
    grid-auto-rows: 150px;
    grid-row-gap: 3px;
    
}

.grid__item[b-kryj7yxu9i] {
    
    background-color: green;
    
}


.whatsAppHeader[b-kryj7yxu9i] {
    font-weight: 700;
    font-size: 20pt;
    border-left: solid 2px darkgray;
}

.whatsAppTitles[b-kryj7yxu9i] {
    font-weight: 700;
    font-size: 20pt;
    border-left: solid 2px darkgray;
    text-align: center;
    border-bottom: darkgray solid 2px;
    padding-left: 3vw;
    padding-right: 3vw;
}

.whatsAppData[b-kryj7yxu9i] {
    font-size: 20pt;
    border-left: solid 2px darkgray;
    text-align: center;
}

.navLink[b-kryj7yxu9i] {
    cursor: pointer;
    text-decoration: underline;
}

.newChatWrapper[b-kryj7yxu9i] {
    width: 25vw;
    max-height: 60vh;
    overflow: auto;
}

.newClientWrapper[b-kryj7yxu9i] {
    grid-template-columns: auto auto;
}

.newCaseWrapper[b-kryj7yxu9i] {
    grid-template-columns: auto auto;
}

.toolTip[b-kryj7yxu9i] {
    position: relative;
    display: inline-block;
}

    .toolTip .toolTipText[b-kryj7yxu9i] {
        visibility: hidden;
        width: 200px;
        background-color: #ece5dd;
        color: black;
        text-align: left;
        border-radius: 6px;
        padding: 30px;
        position: absolute;
        z-index: 1;
        font-size: 1.5rem;
        border: 2px solid #075e54;
        font-weight: 100 !important;
    }

    .toolTip:hover .toolTipText[b-kryj7yxu9i] {
        visibility: visible;
        cursor: help;
    }

.infoIcon[b-kryj7yxu9i] {
    color: #128c7e;
    padding-left: .5vw;
    margin-bottom: 1vh;
    font-size: 1.5rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-86mjuor7r3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-86mjuor7r3] {
    flex: 1;
}

.sidebar[b-86mjuor7r3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}



.top-row[b-86mjuor7r3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
}

    .top-row > img[b-86mjuor7r3] {
        height: 3rem;
    }

    .top-row[b-86mjuor7r3]  a, .top-row[b-86mjuor7r3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-86mjuor7r3]  a:hover, .top-row[b-86mjuor7r3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-86mjuor7r3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-86mjuor7r3] {
        display: none;
    }

    .top-row.auth[b-86mjuor7r3] {
        justify-content: space-between;
    }

    .top-row[b-86mjuor7r3]  a, .top-row[b-86mjuor7r3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-86mjuor7r3] {
        flex-direction: row;
    }

    .sidebar[b-86mjuor7r3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-86mjuor7r3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-86mjuor7r3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-86mjuor7r3], article[b-86mjuor7r3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.mpToast[b-86mjuor7r3] {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    margin-right: 125px;
    background-color: #4B3891;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-radius: 0.25rem;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

.popToast[b-86mjuor7r3] {
    visibility: visible;
    animation: toastFadeIn-b-86mjuor7r3 0.5s, toastFadeOut-b-86mjuor7r3 0.5s 2.5s;
}

.mpToastError[b-86mjuor7r3] {
    background-color: #AA056E !important;
}

@keyframes toastFadeIn-b-86mjuor7r3 {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes toastFadeOut-b-86mjuor7r3 {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.accessDeniedWrapper[b-86mjuor7r3] {
    text-align: center;
}

    .accessDeniedWrapper > span[b-86mjuor7r3] {
        color: #FF6961;
        font-size: 20vh;
        margin-top: 10vh;
    }

    .accessDeniedWrapper > label[b-86mjuor7r3] {
        font-weight: 700;
        font-size: x-large;
    }

.ham[b-86mjuor7r3] {
    cursor: pointer;
    justify-self: flex-end;
}

.hamMenu[b-86mjuor7r3] {
    position: fixed;
    width: max-content;
    display: grid;
    grid-row-gap: 0.5vh;
    float: right;
    background-color: #f7f7f7;
    padding: 10px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: all ease 1s;
    top: 55px;
    border-left: 1px solid #d6d5d5;
    border-bottom: 1px solid #d6d5d5;
    padding-right: 30px;
}

.hamLink[b-86mjuor7r3] {
    cursor: pointer;
    width: max-content !important;
}

.showHam[b-86mjuor7r3] {
    right: 0px;
}

.hideHam[b-86mjuor7r3] {
    right: -350px;
}

.userWrapper[b-86mjuor7r3] {
    display: flex;
    gap: 1vw;
    align-items: center;
}

    .userWrapper > img[b-86mjuor7r3] {
        height: 5vh;
        border-radius: 50%;
    }

.loadingWrapper[b-86mjuor7r3] {
    background-color: #ffffffd1;
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10000000;
}

    .loadingWrapper > div[b-86mjuor7r3] {
        margin-top: 45vh;
    }

.saveWrapper[b-86mjuor7r3] {
    position: fixed;
    left: 50%;
    bottom: 5vh;
    visibility: hidden;
}

@keyframes saveFadeIn-b-86mjuor7r3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes saveFadeOut-b-86mjuor7r3 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.showSaved[b-86mjuor7r3] {
    visibility: visible;
    animation: saveFadeIn-b-86mjuor7r3 0.5s, saveFadeOut-b-86mjuor7r3 0.5s 2.5s;
}


.animated-check[b-86mjuor7r3] {
    height: 5em;
    width: 5em
}

    .animated-check path[b-86mjuor7r3] {
        fill: none;
        stroke: #7ac142;
        stroke-width: 4;
        stroke-dasharray: 23;
        stroke-dashoffset: 23;
        animation: draw-b-86mjuor7r3 0.5s linear forwards;
        stroke-linecap: round;
        stroke-linejoin: round
    }

@keyframes draw-b-86mjuor7r3 {
    to {
        stroke-dashoffset: 0
    }
}
